Skip to content

Commit

Permalink
increase timeout (#82)
Browse files Browse the repository at this point in the history
* increase timeout

* remove uneeded comment
  • Loading branch information
dcmcand authored Jan 18, 2024
1 parent bf55404 commit 7d6f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhub_apps/spawner/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d6f93b

Please sign in to comment.