diff --git a/e2e/playwright/test-network-and-connection-issues.spec.ts b/e2e/playwright/test-network-and-connection-issues.spec.ts index 14aa36278..0cc837ff9 100644 --- a/e2e/playwright/test-network-and-connection-issues.spec.ts +++ b/e2e/playwright/test-network-and-connection-issues.spec.ts @@ -73,7 +73,7 @@ test.describe('Test network and connection issues', () => { await expect( page.getByRole('button', { name: 'Start Sketch' }) - ).not.toBeDisabled({ timeout: 15000 }) + ).not.toBeDisabled({ timeout: 30000 }) // (Second check) expect the network to be up await expect(networkToggle).toContainText('Connected')