Skip to content

Commit a65b6d7

Browse files
Restore delays used earlier
1 parent 613b2a8 commit a65b6d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/vhost_SUITE.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,20 +390,20 @@ open_connections(Config, NodesAndVHosts) ->
390390
(Node) ->
391391
rabbit_ct_client_helpers:OpenConnectionFun(Config, Node)
392392
end, NodesAndVHosts),
393-
timer:sleep(700),
393+
timer:sleep(500),
394394
Conns.
395395

396396
close_connections(Conns) ->
397397
lists:foreach(fun
398398
(Conn) ->
399399
rabbit_ct_client_helpers:close_connection(Conn)
400400
end, Conns),
401-
timer:sleep(700).
401+
timer:sleep(500).
402402

403403
count_connections_in(Config, VHost) ->
404404
count_connections_in(Config, VHost, 0).
405405
count_connections_in(Config, VHost, NodeIndex) ->
406-
timer:sleep(300),
406+
timer:sleep(200),
407407
rabbit_ct_broker_helpers:rpc(Config, NodeIndex,
408408
rabbit_connection_tracking,
409409
count_connections_in, [VHost]).

0 commit comments

Comments
 (0)