Skip to content

Commit 516a137

Browse files
committed
increate per-test timeout in test_kernelmanager
startup sequence seems really slow now
1 parent 33d6483 commit 516a137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_kernelmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
pjoin = os.path.join
2525

26-
TIMEOUT = 60
26+
TIMEOUT = 120
2727

2828

2929
is_freethreaded = bool(sysconfig.get_config_var("Py_GIL_DISABLED"))

0 commit comments

Comments
 (0)