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…
Reference in a new issue