Skip to content

Commit

Permalink
Bump timeouts
Browse files Browse the repository at this point in the history
Let's see if more tests pass after this.
  • Loading branch information
jcmorrow committed Jun 25, 2024
1 parent a35dc79 commit fbeb395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import path from "path";

module.exports = {
testDir: path.join(".", "src", "generated_tests"),
expect: { timeout: 15_000 },
expect: { timeout: 30_000 },
workers: 4,
timeout: 60_000,
timeout: 180_000,
retries: 0,
reporter: [
[
Expand Down

0 comments on commit fbeb395

Please sign in to comment.