Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 23, 2023
1 parent 8556fda commit b299761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_dcv_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def _get_cmd(port):
return {
"command": _get_cmd,
"environment": _get_env,
"timeout": 120,
"timeout": 5000,
"launcher_entry": {
"title": "DCV",
# the icon doesn't display
Expand Down

0 comments on commit b299761

Please sign in to comment.