Skip to content

Commit 9e8191f

Browse files
committed
increased e2e timeout
1 parent d29afc1 commit 9e8191f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/dogfooding.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ It is used to test the following features:
185185
await expect(async () => {
186186
const response = await page.request.get(`http://localhost:${dogfoodingPort}`)
187187
expect(response.status()).toBe(200)
188-
}).toPass({ timeout: 30_000 })
188+
}).toPass({ timeout: 60_000 })
189189
})
190190

191191
await test.step('Stop the service', async () => {

0 commit comments

Comments
 (0)