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

do not use timeout

parent 0a3c34fd
Branches
Tags
1 merge request!2restructure User Images
Pipeline #168101 passed
...@@ -125,7 +125,7 @@ cleanup () { ...@@ -125,7 +125,7 @@ cleanup () {
start () { start () {
echo "$(date) - Start jupyterhub-singleuser ..." 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" 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