Set network test timeout to 30s

This commit is contained in:
Pierre Jacquier
2025-03-13 09:31:25 -04:00
parent e894242768
commit e5137df7a5

View File

@ -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')