Skip to content

Commit 1623896

Browse files
committed
Relax sleep timing tests on OS-X a lot
1 parent 422ef0b commit 1623896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_waiting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using ParallelProcessingTools: TimelimitExceeded
1010
if Sys.islinux()
1111
sleep_test_precision = 2
1212
elseif Sys.isapple()
13-
sleep_test_precision = 10
13+
sleep_test_precision = 50
1414
else
1515
sleep_test_precision = 3
1616
end

0 commit comments

Comments
 (0)