Skip to content

Commit

Permalink
Upped timeout to 110 seconds (#5528)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinkeys authored Aug 7, 2024
1 parent 116cc4d commit a2f663e
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 @@ -16,7 +16,7 @@ export default defineConfig({
/* Run tests in files in parallel */
fullyParallel: true,
timeout: 3*60*1000, //each test execution time is set to 3 min
expect: { timeout: 1*45*1000 }, //wait time for the assertion to be true 45 sec
expect: { timeout: 1*110*1000 }, //wait time for the assertion to be true 110 sec

/* Fail the build on CI if you accidentally left test.only in the source code. */
forbidOnly: !!process.env.CI,
Expand Down

0 comments on commit a2f663e

Please sign in to comment.