From d2118a5e35f6bf568b466d16bed72fbcf724be2c Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Mon, 4 Dec 2023 21:08:50 +0100
Subject: [PATCH] do not use timeout

---
 lmod/files/start_jupyter.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmod/files/start_jupyter.sh b/lmod/files/start_jupyter.sh
index 3fb9494..040c2e2 100644
--- a/lmod/files/start_jupyter.sh
+++ b/lmod/files/start_jupyter.sh
@@ -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" 
 }
 
-- 
GitLab