Skip to content

Commit 2fd52f7

Browse files
committed
change correct variable
1 parent e7cdc8b commit 2fd52f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_terminals/test/test_terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def terminal_path(tmp_path):
2222
CULL_INTERVAL = 3
2323

2424
if os.name == 'nt':
25-
CULL_INTERVAL = 20
25+
CULL_TIMEOUT = 20
2626

2727

2828
@pytest.fixture

0 commit comments

Comments
 (0)