Skip to content

Commit

Permalink
That wasn't it
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Nov 28, 2022
1 parent f4331d1 commit 101eb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: PlaywrightTestConfig = {
testDir: path.join(__dirname, 'test', 'playwright'),
testMatch: '**/*.test.ts',
/* Maximum time one test can run for. */
timeout: 30 * 1000,
timeout: 10 * 1000,

// https://playwright.dev/docs/api/class-testconfig#test-config-output-dir
outputDir: path.join(__dirname, '.playwright', 'results'),
Expand Down

0 comments on commit 101eb13

Please sign in to comment.