devops(bidi): increase global timeout to 60m (#32775)
Firefox tests are running out of time on CI.
This commit is contained in:
parent
8557b98aee
commit
fbeba6619a
|
|
@ -50,7 +50,7 @@ const config: Config<PlaywrightWorkerOptions & PlaywrightTestOptions & TestModeW
|
||||||
},
|
},
|
||||||
maxFailures: 0,
|
maxFailures: 0,
|
||||||
timeout: 15 * 1000,
|
timeout: 15 * 1000,
|
||||||
globalTimeout: 30 * 60 * 1000,
|
globalTimeout: 60 * 60 * 1000,
|
||||||
workers: process.env.CI ? 2 : undefined,
|
workers: process.env.CI ? 2 : undefined,
|
||||||
fullyParallel: !process.env.CI,
|
fullyParallel: !process.env.CI,
|
||||||
forbidOnly: !!process.env.CI,
|
forbidOnly: !!process.env.CI,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue