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 e7cdc8b commit 2fd52f7Copy full SHA for 2fd52f7
jupyter_server_terminals/test/test_terminal.py
@@ -22,7 +22,7 @@ def terminal_path(tmp_path):
22
CULL_INTERVAL = 3
23
24
if os.name == 'nt':
25
- CULL_INTERVAL = 20
+ CULL_TIMEOUT = 20
26
27
28
@pytest.fixture
0 commit comments