Default to 90 sec

This commit is contained in:
rodelgc 2023-05-13 16:48:49 +08:00
parent 9f592117a1
commit e4845842cb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const {
const config = {
timeout: DEFAULT_TIMEOUT_OVERRIDE
? Number( DEFAULT_TIMEOUT_OVERRIDE )
: 300 * 1000,
: 90 * 1000,
expect: { timeout: 20 * 1000 },
outputDir: './test-results/report',
globalSetup: require.resolve( './global-setup' ),