Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Increase test timeouts
Sebastian Martinez committed 2 years ago
commit 74f5525091fcf3d9a63719956ede7e1e63236417
parent 3c0e10b65c8605599c7fb36b15eff56a4775f29b
1 file changed +2 -2
modified playwright.config.ts
@@ -7,7 +7,7 @@ const config: PlaywrightTestConfig = {
  testIgnore: "hashRouter.spec.ts",
  timeout: 30_000,
  expect: {
-
    timeout: 8000,
+
    timeout: 15_000,
  },
  fullyParallel: true,
  workers: process.env.CI ? 1 : undefined,
@@ -17,7 +17,7 @@ const config: PlaywrightTestConfig = {
  globalSetup: "./tests/support/globalSetup",
  use: {
    colorScheme: "dark",
-
    actionTimeout: 5000,
+
    actionTimeout: 10_000,
    baseURL: "http://localhost:3001",
    trace: "retain-on-failure",
  },