From 482bc918bbab67c4cd23bde6d8e2193f80fcab8b Mon Sep 17 00:00:00 2001 From: Alice Grosch <a.grosch@fz-juelich.de> Date: Tue, 21 Nov 2023 14:30:56 +0100 Subject: [PATCH] Use 30d 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 9e77cb2..83fef4a 100644 --- a/lmod/files/start_jupyter.sh +++ b/lmod/files/start_jupyter.sh @@ -98,7 +98,7 @@ load_modules () { start () { echo "$(date) - Start jupyterhub-singleuser ..." - timeout 2m jupyterhub-singleuser # 2>${DIR}/stderr 1>${DIR}/stdout + timeout 30d jupyterhub-singleuser 2>${DIR}/stderr 1>${DIR}/stdout echo "$(date) - Start jupyterhub-singleuser done" } -- GitLab