Skip to content

Commit

Permalink
ci: remove timeout previously added for an unrobust curl
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 15, 2021
1 parent 4274226 commit f479e7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,16 @@ jobs:
--set config.BinderHub.hub_url_local=http://proxy-public \
--set config.BinderHub.access_token=$GITHUB_ACCESS_TOKEN
- name: Wait for JupyterHub to be ready
timeout-minutes: 10
- name: Await and curl JupyterHub
run: |
. ci/common
await_jupyterhub
echo curl http://localhost:30902/hub/api/ should print the JupyterHub version
curl http://localhost:30902/hub/api/ --max-time 5 --retry 5 --retry-delay 1 --retry-connrefused
- name: Wait for BinderHub to be ready
- name: Await and curl BinderHub
if: matrix.test == 'helm'
timeout-minutes: 10
run: |
. ci/common
await_binderhub
Expand Down

0 comments on commit f479e7c

Please sign in to comment.