Skip to content

Commit

Permalink
cypress: drastically extend the waiting time for cypress
Browse files Browse the repository at this point in the history
A lot of test runs fail with Cypress timing out on otherwise
good commits.

Lets extend the waiting period out dramatically, and see if we
have less timeout failures.
  • Loading branch information
justinclift committed Jan 24, 2024
1 parent 6f42e6b commit 66d95a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
wait-on: 'https://localhost:9443'
wait-on-timeout: 180
wait-on-timeout: 1800
build: sh ./build_dbhub_docker_and_local.sh
start: yarn docker:github
command: yarn cypress:test
Expand Down

0 comments on commit 66d95a3

Please sign in to comment.