Merge "[Fullstack] Change time waiting for async ping results"

This commit is contained in:
Zuul 2018-06-07 20:14:16 +00:00 committed by Gerrit Code Review
commit c66decee22
1 changed files with 1 additions and 0 deletions

View File

@ -101,5 +101,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"))