Skip to content

Commit 56e7744

Browse files
committed
fixup! debug
1 parent 2fb1a9c commit 56e7744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/topology.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ using Random
125125
end
126126

127127
# Initially only master-worker connections ought to be setup
128-
expected_num_conns = 8
128+
expected_num_conns = 4
129129
let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
130130
@test num_conns == expected_num_conns
131131
end

0 commit comments

Comments
 (0)