Skip to content

Commit d21e15a

Browse files
maleadtgiordano
andauthored
Update src/ParallelTestRunner.jl
Co-authored-by: Mosè Giordano <[email protected]>
1 parent fd965ac commit d21e15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParallelTestRunner.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function runtests(ARGS; testfilter = Returns(true), RecordType = TestRecord,
671671
while length(tests) > 0 && !done
672672
# if a worker failed, spawn a new one
673673
if p === nothing
674-
p = addworkers(1)[1]
674+
p = addworker()
675675
end
676676

677677
# get a test to run

0 commit comments

Comments
 (0)