Skip to content

Commit dbe77a1

Browse files
committed
chore(e2e): add timeout for long deployment times
Signed-off-by: Patrick Knight <pknight@redhat.com>
1 parent 3d98692 commit dbe77a1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

workspaces/backstage/e2e-tests/tests/specs/techdocs.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ async function docsTextHighlight(page: Page) {
1919

2020
test.describe("TechDocs", () => {
2121
test.beforeAll(async ({ rhdh }) => {
22+
// Allow time for deployment + 1 min provider refresh delay + browser setup
23+
test.setTimeout(10 * 60 * 1000);
24+
2225
await rhdh.configure({
2326
auth: "keycloak",
2427
appConfig: "tests/config/techdocs/app-config-rhdh.yaml",

0 commit comments

Comments
 (0)