Wait longer for stats refresh

Because underpowered Concourse workers.
This commit is contained in:
Michael Klishin 2018-03-07 04:47:22 +03:00
parent 31278b4700
commit 29f05e08d3
1 changed files with 2 additions and 2 deletions

View File

@ -721,12 +721,12 @@ dump_table(Config, Table) ->
force_stats() ->
force_all(),
timer:sleep(1000).
timer:sleep(1200).
force_all() ->
[begin
{rabbit_mgmt_external_stats, N} ! emit_update,
timer:sleep(100)
timer:sleep(125)
end || N <- [node() | nodes()]],
send_to_all_collectors(collect_metrics).