We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e084dff commit 1fb4051Copy full SHA for 1fb4051
.github/workflows/build.yml
@@ -126,6 +126,7 @@ jobs:
126
- 5432:5432
127
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
128
strategy:
129
+ fail-fast: false
130
matrix:
131
browser: ["chromium", "webkit", "firefox"]
132
steps:
e2e/setup.ts
@@ -4,7 +4,7 @@ import * as playwright from "@playwright/test"
4
import { getLatestLinkSentTo } from "./step_definitions/fns"
5
import { FiderWorld } from "./world"
6
7
-setDefaultTimeout(10 * 1000) // 10 seconds for CI environments
+setDefaultTimeout(30 * 1000) // 30 seconds for CI environments
8
9
let browser: playwright.Browser
10
let tenantName: string
0 commit comments