mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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,
|
||||
timeout: 15 * 1000,
|
||||
globalTimeout: 30 * 60 * 1000,
|
||||
globalTimeout: 60 * 60 * 1000,
|
||||
workers: process.env.CI ? 2 : undefined,
|
||||
fullyParallel: !process.env.CI,
|
||||
forbidOnly: !!process.env.CI,
|
||||
|
Loading…
x
Reference in New Issue
Block a user