Skip to content

Commit

Permalink
bump actionTimeout to 10k ms, should make testing more reliable for s…
Browse files Browse the repository at this point in the history
…lower internet, but we might just set this to a really high number if it keeps being an issue.
  • Loading branch information
wearrrrr committed Nov 9, 2024
1 parent 6578654 commit db7cbd8
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 @@ -14,7 +14,7 @@ export default defineConfig({
use: {
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
trace: "on-first-retry",
actionTimeout: 5000,
actionTimeout: 10000,
baseURL: "http://localhost:1337",
},

Expand Down

0 comments on commit db7cbd8

Please sign in to comment.