Skip to content

Commit

Permalink
Revert "Increase timeouts (#4716)"
Browse files Browse the repository at this point in the history
This reverts commit 145fb09.
  • Loading branch information
zomars committed Sep 29, 2022
1 parent 760ed74 commit c26cf74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dotEnv.config({ path: ".env" });

const outputDir = path.join(__dirname, "test-results");

const DEFAULT_NAVIGATION_TIMEOUT = 40000;
const DEFAULT_NAVIGATION_TIMEOUT = 15000;

const headless = !!process.env.CI || !!process.env.PLAYWRIGHT_HEADLESS;

Expand Down Expand Up @@ -56,7 +56,6 @@ const config: PlaywrightTestConfig = {
name: "@calcom/web",
testDir: "./apps/web/playwright",
testMatch: /.*\.e2e\.tsx?/,
timeout: 120000,
use: {
...devices["Desktop Chrome"],
/** If navigation takes more than this, then something's wrong, let's fail fast. */
Expand Down

0 comments on commit c26cf74

Please sign in to comment.