Skip to content

Commit

Permalink
fix: increase playwright timeout even more
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Jun 10, 2022
1 parent ace9bfa commit 3a8ddbe
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 @@ -25,7 +25,7 @@ if (process.env.WALLET_CREATE_URL === "https://getalby.com/api/users") {
const config: PlaywrightTestConfig = {
testDir: "./tests/e2e",
/* Maximum time one test can run for. */
timeout: 160 * 1000,
timeout: 10 * 60 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.
Expand Down

0 comments on commit 3a8ddbe

Please sign in to comment.