We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb1a9c commit 56e7744Copy full SHA for 56e7744
test/topology.jl
@@ -125,7 +125,7 @@ using Random
125
end
126
127
# Initially only master-worker connections ought to be setup
128
- expected_num_conns = 8
+ expected_num_conns = 4
129
let num_conns = sum(asyncmap(p->remotecall_fetch(count_connected_workers,p), workers()))
130
@test num_conns == expected_num_conns
131
0 commit comments