Skip to content

Commit c22d7d7

Browse files
dev: increase timeout for import
1 parent b507485 commit c22d7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/specs/onboarding.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test.describe('Onboarding', () => {
127127
page.getByRole('heading', { name: 'We are importing your new' }),
128128
).toBeVisible();
129129

130-
await page.waitForSelector('.ob-import-done', { timeout: 10000 });
130+
await page.waitForSelector('.ob-import-done', { timeout: 60000 });
131131

132132
await expect(page.getByRole('textbox', { name: 'Enter your email' })).toBeVisible();
133133
await expect(page.locator('#inspector-select-control-0')).toBeVisible(); // User experience selector.

0 commit comments

Comments
 (0)