Skip to content

Commit 85ab2a2

Browse files
Merge branch 'master' into ib/fix_ambiguity
2 parents c625f16 + 2c0e979 commit 85ab2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ function check_master_connect()
756756
errormonitor(
757757
@async begin
758758
timeout = worker_timeout()
759-
if timedwait(() -> !haskey(map_pid_wrkr, 1), timeout) === :timed_out
759+
if timedwait(() -> haskey(map_pid_wrkr, 1), timeout) === :timed_out
760760
print(stderr, "Master process (id 1) could not connect within $(timeout) seconds.\nexiting.\n")
761761
exit(1)
762762
end

0 commit comments

Comments
 (0)