Skip to content

Commit

Permalink
Increase global single test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michalina-graczyk committed Nov 5, 2024
1 parent 5b6ed8c commit 30ec4eb
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 @@ -36,7 +36,7 @@ export default defineConfig({
: [["html"], ["list"]],
expect: { timeout: 10 * 1000 },
maxFailures: 10,
timeout: 30 * 1000,
timeout: 35 * 1000,
use: {
baseURL: env.BASE_URL || "",
trace: env.CI ? "retain-on-failure" : "on",
Expand Down

0 comments on commit 30ec4eb

Please sign in to comment.