Skip to content

Commit

Permalink
revert playwright config change
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Nov 27, 2024
1 parent d890e4d commit f3d31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dotenv.config({ path: "../../../.env" });
const config: PlaywrightTestConfig = {
testDir: "src",
/* Maximum time one test can run for. */
timeout: 100 * 1000,
timeout: 45 * 1000,
expect: {
/**
* Maximum time expect() should wait for the condition to be met.
Expand Down

0 comments on commit f3d31d0

Please sign in to comment.