Skip to content

Commit 1fb4051

Browse files
committed
More time for the e2e tests in case they time out
1 parent e084dff commit 1fb4051

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
- 5432:5432
127127
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
128128
strategy:
129+
fail-fast: false
129130
matrix:
130131
browser: ["chromium", "webkit", "firefox"]
131132
steps:

e2e/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as playwright from "@playwright/test"
44
import { getLatestLinkSentTo } from "./step_definitions/fns"
55
import { FiderWorld } from "./world"
66

7-
setDefaultTimeout(10 * 1000) // 10 seconds for CI environments
7+
setDefaultTimeout(30 * 1000) // 30 seconds for CI environments
88

99
let browser: playwright.Browser
1010
let tenantName: string

0 commit comments

Comments
 (0)