Skip to content

Commit f479e7c

Browse files
committed
ci: remove timeout previously added for an unrobust curl
1 parent 4274226 commit f479e7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,16 @@ jobs:
107107
--set config.BinderHub.hub_url_local=http://proxy-public \
108108
--set config.BinderHub.access_token=$GITHUB_ACCESS_TOKEN
109109
110-
- name: Wait for JupyterHub to be ready
111-
timeout-minutes: 10
110+
- name: Await and curl JupyterHub
112111
run: |
113112
. ci/common
114113
await_jupyterhub
115114
116115
echo curl http://localhost:30902/hub/api/ should print the JupyterHub version
117116
curl http://localhost:30902/hub/api/ --max-time 5 --retry 5 --retry-delay 1 --retry-connrefused
118117
119-
- name: Wait for BinderHub to be ready
118+
- name: Await and curl BinderHub
120119
if: matrix.test == 'helm'
121-
timeout-minutes: 10
122120
run: |
123121
. ci/common
124122
await_binderhub

0 commit comments

Comments
 (0)