From a86d3642119313c92679c709e38d91def60fd777 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Thu, 2 May 2024 06:02:33 +0000
Subject: [PATCH] Increase spawn timeout

---
 cesnet-central/deployments/fullhub.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 61f0998..3e0553b 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -254,7 +254,7 @@ hub:
 
 
       c.JupyterHub.spawner_class = WebDavOIDCSpawner
-      c.B2DropSpawner.http_timeout = 60
+      c.B2DropSpawner.http_timeout = 90
       c.B2DropSpawner.args = ["--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints'"]
       c.B2DropSpawner.profile_form_template = """
         <style>
-- 
GitLab