We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29afc1 commit 9e8191fCopy full SHA for 9e8191f
e2e/dogfooding.spec.ts
@@ -185,7 +185,7 @@ It is used to test the following features:
185
await expect(async () => {
186
const response = await page.request.get(`http://localhost:${dogfoodingPort}`)
187
expect(response.status()).toBe(200)
188
- }).toPass({ timeout: 30_000 })
+ }).toPass({ timeout: 60_000 })
189
})
190
191
await test.step('Stop the service', async () => {
0 commit comments