Merge "[Fullstack] Change time waiting for async ping results" into stable/pike

changes/31/582631/1
Zuul 5 years ago committed by Gerrit Code Review
commit 1a172b4cec

@ -99,5 +99,6 @@ class BaseFullStackTestCase(testlib_api.MySQLTestCaseMixin,
# happen only after RPC is established
common_utils.wait_until_true(
done,
timeout=count * (ping_timeout + 1),
exception=RuntimeError("Could not ping the other VM, L2 agent "
"restart leads to network disruption"))

Loading…
Cancel
Save