From 5d787ba094caea2f1d7f90ce514cf634660e2a9b Mon Sep 17 00:00:00 2001
From: shane knapp <incomplete@gmail.com>
Date: Tue, 17 Sep 2024 13:06:02 -0700
Subject: [PATCH] set these timeouts for all hubs just in case this ends up
 helping

---
 hub/values.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hub/values.yaml b/hub/values.yaml
index 95b93d9a9..9c814485e 100644
--- a/hub/values.yaml
+++ b/hub/values.yaml
@@ -42,10 +42,10 @@ jupyterhub:
       image:
         tag: 4.6.2
       extraCommandLineFlags:
-        # set the timeout and proxyTimeout to 24 hours (arg is in milliseconds)
+        # set the timeout and proxyTimeout to 5 seconds
         # https://github.com/http-party/node-http-proxy?tab=readme-ov-file#options
-        # - "--timeout=86400000"
-        # - "--proxy-timeout=86400000"
+        - "--timeout=5000"
+        - "--proxy-timeout=5000"
       resources:
         requests:
           # FIXME: We want no guarantees here!!!