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 1074bd4 commit c8ccbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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 c8ccbc6

Please sign in to comment.