Skip to content

Commit

Permalink
incr timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Feb 6, 2023
1 parent 631766d commit 436fee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template-e2e/playwright.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const baseURL = `http://localhost:${PORT}`;
// Reference: https://playwright.dev/docs/test-configuration
const config = {
// Timeout per test
timeout: 30 * 1000,
timeout: 60 * 1000,
// Test directory
testDir: path.join(__dirname, "src/tests"),
// If a test fails, retry it additional 2 times
Expand Down

0 comments on commit 436fee4

Please sign in to comment.