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:
Daniel Nephin 2020-04-14 12:30:43 -04:00 committed by GitHub
commit 4abc8b57ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]
}