mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
test: bump expect timeout (#10384)
This should make trace viewer tests less flaky. References #10383
This commit is contained in:
parent
7746cb52a7
commit
dc89738233
@ -41,6 +41,9 @@ const testDir = path.join(__dirname, '..');
|
||||
const config: Config<CoverageWorkerOptions & PlaywrightWorkerOptions & PlaywrightTestOptions & TestModeWorkerFixtures> = {
|
||||
testDir,
|
||||
outputDir,
|
||||
expect: {
|
||||
timeout: 10000,
|
||||
},
|
||||
timeout: video ? 60000 : 30000,
|
||||
globalTimeout: 5400000,
|
||||
workers: process.env.CI ? 1 : undefined,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user