Skip to content

Commit

Permalink
Increase expect.timeout to 30s
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Rockwood <[email protected]>
  • Loading branch information
benr committed Nov 18, 2023
1 parent 38edcc6 commit b618970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import { devices } from '@playwright/test';

const config: PlaywrightTestConfig = {
testDir: './tests',
timeout: 60 * 1000,
timeout: 90 * 1000,
expect: {
timeout: 10000
timeout: 30000
},
fullyParallel: true,
forbidOnly: !!process.env.CI,
Expand Down

0 comments on commit b618970

Please sign in to comment.