Skip to content
Snippets Groups Projects
Commit d2118a5e authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

do not use timeout

parent 0a3c34fd
No related branches found
No related tags found
No related merge requests found
Pipeline #168101 passed
......@@ -125,7 +125,7 @@ cleanup () {
start () {
echo "$(date) - Start jupyterhub-singleuser ..."
timeout $JUPYTERHUB_TIMEOUT jupyterhub-singleuser 2>&1 | tee ${JUPYTER_LOG_DIR}/stdout
jupyterhub-singleuser 2>&1 | tee ${JUPYTER_LOG_DIR}/stdout
echo "$(date) - Start jupyterhub-singleuser done"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment