Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
etanb committed Sep 30, 2024
1 parent e0907a2 commit 23a7fcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend-react/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineConfig({
// Tests sharded in CI runner and reported as blobs that are later turned into html report
reporter: isCi ? [["blob", { outputDir: "e2e-data/report" }]] : [["html", { outputFolder: "e2e-data/report" }]],
outputDir: "e2e-data/results",
timeout: 1000 * 180,
use: {
// keep playwright and browser timezones aligned. set preferably UTC by env var
timezoneId: Intl.DateTimeFormat().resolvedOptions().timeZone,
Expand Down

0 comments on commit 23a7fcf

Please sign in to comment.