Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Increase timeout for playrwight
Browse files Browse the repository at this point in the history
  • Loading branch information
acouch committed Jul 23, 2024
1 parent e3d12c4 commit 8d97e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { defineConfig, devices } from "@playwright/test";
* See https://playwright.dev/docs/test-configuration.
*/
export default defineConfig({
timeout: 20000,
timeout: 50000,
testDir: "./e2e",
/* Run tests in files in parallel */
fullyParallel: true,
Expand Down

0 comments on commit 8d97e2f

Please sign in to comment.