Skip to content

Commit 492b101

Browse files
authored
Increase preflight initial load timeout on upgrade (#2250)
1 parent 7674a5d commit 492b101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/playwright/tests/deploy-upgrade/test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function fillConfigForm(iframe: FrameLocator) {
3434
}
3535

3636
async function handlePreflightChecks(iframe: FrameLocator) {
37-
await expect(iframe.getByText('Preflight checks', { exact: true })).toBeVisible({ timeout: 10 * 1000 });
37+
await expect(iframe.getByText('Preflight checks', { exact: true })).toBeVisible({ timeout: 30 * 1000 });
3838
await expect(iframe.getByRole('button', { name: 'Rerun' })).toBeVisible({ timeout: 30 * 1000 });
3939
await expect(iframe.locator('#app')).toContainText('The Volume Snapshots CRD exists');
4040
await expect(iframe.getByRole('button', { name: 'Back: Config' })).toBeVisible();

0 commit comments

Comments
 (0)