Skip to content

Commit

Permalink
increasing timeout for wait_until call in mod_global_distrib_SUITE:te…
Browse files Browse the repository at this point in the history
…st_host_refreshing/1
  • Loading branch information
DenysGonchar committed Jul 20, 2023
1 parent 8e64270 commit ee60154
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion big_tests/tests/mod_global_distrib_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ test_advertised_endpoints_override_endpoints(_Config) ->
%% from backend and starts appropriate pool.
test_host_refreshing(_Config) ->
mongoose_helper:wait_until(fun() -> trees_for_connections_present() end, true,
#{name => trees_for_connections_present}),
#{name => trees_for_connections_present,
time_left => timer:seconds(10)}),
ConnectionSups = out_connection_sups(asia_node),
{europe_node1, EuropeHost, _} = lists:keyfind(europe_node1, 1, get_hosts()),
EuropeSup = rpc(asia_node, mod_global_distrib_utils, server_to_sup_name, [EuropeHost]),
Expand Down

0 comments on commit ee60154

Please sign in to comment.