Skip to content

Commit d9eae37

Browse files
author
Jhonatan Ramos Felix
committed
raising timeout of parallel runtime
1 parent 075bbe6 commit d9eae37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fast_array_utils/numba.py

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

4545

4646
_PARALLEL_RUNTIME_PROBE_SENTINEL = "FAST_ARRAY_UTILS_NUMBA_PROBE_OK"
47-
_PARALLEL_RUNTIME_PROBE_TIMEOUT = 10
47+
_PARALLEL_RUNTIME_PROBE_TIMEOUT = 20
4848
_PARALLEL_RUNTIME_PROBE_MODULE_WHITELIST = ("torch",)
4949

5050

0 commit comments

Comments
 (0)