Skip to content

Commit 9f6d55b

Browse files
authored
chore(test): increase download timeout (#274)
1 parent 7c59bab commit 9f6d55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/playwright/src/rhel-extension.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ test.describe.serial('RHEL Extension E2E Tests', () => {
238238
test.skip(!!isCI && !!isLinux, 'Skipping on CI GitHub Actions for Linux runners, they are not supported');
239239

240240
test('Create RHEL VM', async ({ page }) => {
241-
test.setTimeout(310_000);
242-
await createRhelVM(page, 300_000);
241+
test.setTimeout(730_000);
242+
await createRhelVM(page, 720_000);
243243

244244
const resourcesPage = new ResourcesPage(page);
245245
await playExpect(resourcesPage.heading).toBeVisible({ timeout: 10_000 });

0 commit comments

Comments
 (0)