Skip to content

Commit 9c35115

Browse files
committed
Test CI fix
1 parent edd950b commit 9c35115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/distributed_exec.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ end
243243
end
244244
end
245245
end
246-
@test testval == 1
246+
@test timedwait(() -> testval == 1, 10) == :ok
247247

248248
# Issue number #25847
249249
@everywhere function f25847(ref)

0 commit comments

Comments
 (0)