Skip to content

Commit

Permalink
fix: add more delay to expect
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagalidoom committed Jun 25, 2024
1 parent 4fcf22c commit 3e312d7
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 @@ -3,7 +3,7 @@ export default defineConfig({
testDir: "./tests",
timeout: 80 * 1000,
expect: {
timeout: 5000,
timeout: 15000,
},
fullyParallel: true,
forbidOnly: true,
Expand Down

0 comments on commit 3e312d7

Please sign in to comment.