Skip to content

Commit 32563b9

Browse files
committed
Merge branch 'main' into catalyst-keychain-test
2 parents 0109c4b + 0f8ac69 commit 32563b9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

catalyst-gateway/tests/api_tests/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

catalyst_voices/apps/voices/e2e_tests/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
retries: 2,
1010
workers: process.env.CI ? 1 : undefined,
1111
reporter: [["junit", { outputFile: "/results/voices.junit-report.xml" }], ["html"]],
12-
timeout: 120 * 1000,
12+
timeout: 300 * 1000,
1313
use: {
1414
baseURL: `https://app.${process.env.ENVIRONMENT}.projectcatalyst.io/`,
1515
trace: "on-first-retry",

0 commit comments

Comments
 (0)