mirror of
https://github.com/status-im/consul.git
synced 2025-02-16 15:47:21 +00:00
Merge pull request #7638 from pierresouchay/fix_unstable_assert_alive_wan_member_count
More tolerant assert_alive_wan_member_count to fix unstable tests
This commit is contained in:
commit
58080fa799
@ -342,7 +342,7 @@ function get_healthy_service_count {
|
||||
|
||||
function assert_alive_wan_member_count {
|
||||
local EXPECT_COUNT=$1
|
||||
run retry_default assert_alive_wan_member_count_once $EXPECT_COUNT
|
||||
run retry_long assert_alive_wan_member_count_once $EXPECT_COUNT
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user