Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Oct 17, 2023
1 parent 6ac358b commit 3d1a7de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { devices } from "@playwright/test";
const config: PlaywrightTestConfig = {
testDir: ".",
testMatch: ["**/*.test.ts"],
fullyParallel: true,
fullyParallel: false,
workers: 1,
timeout: process.env.CI ? 120_000 : 30_000, // 2 minutes in CI, 30 seconds locally
expect: {
timeout: 5_000, // 5 second retries for assertions
Expand Down

0 comments on commit 3d1a7de

Please sign in to comment.