Skip to content

Commit

Permalink
Update launch timeout for slow kernels (jupyter-server#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shravan Achar authored and GitHub Enterprise committed Nov 9, 2021
1 parent bdcb0bd commit e82e079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class NotebookServiceProvisioner(
).tag(config=True)

launch_timeout = Int(
default_value=300,
default_value=1800,
help="The amount of time before we raise an error that "
"the current launching kernel failed.",
).tag(config=True)
Expand Down

0 comments on commit e82e079

Please sign in to comment.