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 951431a commit f404ca2Copy full SHA for f404ca2
spec/integration/api_endpoints_spec.rb
@@ -25,8 +25,10 @@
25
# in particular starting with rabbitmq/rabbitmq-management#236,
26
# so in some cases we need to wait before GET'ing e.g. a newly opened connection.
27
def await_event_propagation
28
- # same number as used in rabbit-hole test suite. Works OK.
29
- sleep 5
+ # same number as used in rabbit-hole test suite. It assumes that
+ # the tests are run after running a before_script that will reconfigure
30
+ # RabbitMQ to use a 1s stats emission interval instead of the default 5s.
31
+ sleep 1
32
end
33
34
#
0 commit comments