From b299761fef9049b3382fcceccc19f84eeb80f08f Mon Sep 17 00:00:00 2001 From: Jillian Rowe Date: Mon, 23 Jan 2023 13:27:43 +0300 Subject: [PATCH] increase timeout --- jupyter_dcv_proxy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_dcv_proxy/__init__.py b/jupyter_dcv_proxy/__init__.py index 8f8dc0a..cdff64c 100644 --- a/jupyter_dcv_proxy/__init__.py +++ b/jupyter_dcv_proxy/__init__.py @@ -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