test: bump expect timeout (#10384)

This should make trace viewer tests less flaky.

References #10383
This commit is contained in:
Andrey Lushnikov 2021-11-17 11:56:24 -08:00 committed by GitHub
parent 7746cb52a7
commit dc89738233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,