Skip to content

Commit e1f3aca

Browse files
Merge pull request #373 from CodeForPhilly/issue_#214_cypress
Add timeout wait to Cypress
2 parents 91e5985 + 43065af commit e1f3aca

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)