We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9125fd commit 29e29a5Copy full SHA for 29e29a5
.github/workflows/test.yml
@@ -112,6 +112,7 @@ jobs:
112
--set config.BinderHub.hub_url_local=http://proxy-public \
113
--set config.BinderHub.access_token=$GITHUB_ACCESS_TOKEN
114
- name: Wait for JupyterHub to be ready
115
+ timeout-minutes: 10
116
run: |
117
# Wait for JupyterHub to be ready
118
set -e
@@ -130,8 +131,9 @@ jobs:
130
131
echo
132
echo "curl http://localhost:30902/hub/api/" should print the JupyterHub version
133
curl http://localhost:30902/hub/api/
- - name: Wait for binderhub to be ready
134
+ - name: Wait for BinderHub to be ready
135
if: matrix.test == 'helm'
136
137
138
# Wait for BinderHub to be ready
139
0 commit comments