Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Make it go faster on CI
Rūdolfs Ošiņš committed 2 months ago
commit 8022f607de3cfcd2dacf8ce1e68c72d929fb205c
parent 87bd6e2
1 file changed +3 -3
modified playwright.config.ts
@@ -4,12 +4,12 @@ import { devices } from "@playwright/test";
const config: PlaywrightTestConfig = {
  testDir: "./tests/e2e",
  outputDir: "./tests/artifacts",
-
  timeout: 30_000,
+
  timeout: 10_000,
  expect: {
-
    timeout: 8000,
+
    timeout: 5000,
  },
  fullyParallel: true,
-
  workers: process.env.CI ? 1 : undefined,
+
  workers: process.env.CI ? 2 : undefined,
  forbidOnly: !!process.env.CI,
  retries: process.env.CI ? 2 : 0,
  reporter: "list",