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 463c479 commit ed9124bCopy full SHA for ed9124b
deps/rabbitmq_management/test/rabbit_mgmt_http_SUITE.erl
@@ -2466,6 +2466,7 @@ format_output_test(Config) ->
2466
http_put(Config, "/vhosts/vh1", none, {group, '2xx'}),
2467
http_put(Config, "/permissions/vh1/guest", PermArgs, {group, '2xx'}),
2468
http_put(Config, "/queues/%2F/test0", QArgs, {group, '2xx'}),
2469
+ timer:sleep(2000),
2470
assert_list([#{name => <<"test0">>,
2471
consumer_capacity => 0,
2472
consumer_utilisation => 0,
@@ -2479,7 +2480,7 @@ columns_test(Config) ->
2479
2480
http_put(Config, "/queues/%2F/test", [{arguments, [{<<"foo">>, <<"bar">>}]}],
2481
{group, '2xx'}),
2482
Item = #{arguments => #{foo => <<"bar">>}, name => <<"test">>},
- timer:sleep(1500),
2483
2484
[Item] = http_get(Config, "/queues?columns=arguments.foo,name", ?OK),
2485
Item = http_get(Config, "/queues/%2F/test?columns=arguments.foo,name", ?OK),
2486
http_delete(Config, "/queues/%2F/test", {group, '2xx'}),
0 commit comments