Skip to content

Commit 3f4ab03

Browse files
committed
Add timeout wait to Cypress
This should tell Cypress to wait for the app to come up before timing out (300)
1 parent f98e255 commit 3f4ab03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444
uses: cypress-io/[email protected]
4545
with:
4646
working-directory: e2e
47+
wait-on: 'http://localhost:8000'
48+
wait-on-timeout: 300
4749

0 commit comments

Comments
 (0)