We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc1985 commit 533ca75Copy full SHA for 533ca75
tests/utils.py
@@ -16,8 +16,8 @@
16
from jupyter_client import manager
17
from jupyter_client.blocking.client import BlockingKernelClient
18
19
-STARTUP_TIMEOUT = 10 if "debugpy" not in sys.modules else 1e6
20
-TIMEOUT = 10 if "debugpy" not in sys.modules else 1e6
+STARTUP_TIMEOUT = 60 if "debugpy" not in sys.modules else 1e6
+TIMEOUT = 100 if "debugpy" not in sys.modules else 1e6
21
22
KM: manager.KernelManager = None # type:ignore
23
KC: BlockingKernelClient = None # type:ignore
0 commit comments