Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Sep 22, 2024
1 parent 196ba3c commit b30653e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {defineConfig, devices} from '@playwright/test'
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
// timeout to 40s
timeout: 40 * 1000,
testDir: './examples',
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit b30653e

Please sign in to comment.