Skip to content

Commit 92b48f4

Browse files
committed
Fixup.
1 parent 605d673 commit 92b48f4

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
@@ -645,7 +645,7 @@ function runtests(ARGS; testfilter = Returns(true), RecordType = TestRecord,
645645
end
646646

647647
# After a while, display a status line
648-
if !done && time() - t0 >= 5 && && (got_message || (time() - last_status_update[] >= 1))
648+
if !done && time() - t0 >= 5 && (got_message || (time() - last_status_update[] >= 1))
649649
update_status()
650650
last_status_update[] = time()
651651
end

0 commit comments

Comments
 (0)