From 7d6f93b5bc27ba08307574a51389b1fdda60cdcf Mon Sep 17 00:00:00 2001 From: Chuck McAndrew <6248903+dcmcand@users.noreply.github.com> Date: Thu, 18 Jan 2024 15:11:06 -0500 Subject: [PATCH] increase timeout (#82) * increase timeout * remove uneeded comment --- jhub_apps/spawner/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhub_apps/spawner/command.py b/jhub_apps/spawner/command.py index bd2e04ab..bd7a2700 100644 --- a/jhub_apps/spawner/command.py +++ b/jhub_apps/spawner/command.py @@ -18,7 +18,7 @@ EXAMPLES_DIR = Path(__file__).parent.parent / "examples" # Timeout for readiness request in seconds for the apps -READY_TIMEOUT = 90 +READY_TIMEOUT = 300 @dataclass