Extend value for allowed_network_downtime to check server readability more than 5s
Related-Bug: PRODX-39418
Change-Id: I95deaa4ffc24b5675109b1f80ef5fbb48e5d927b
(cherry picked from commit 8b2e0e43204c999a0aae1d7cb3d7855b8fd7dbb4)
diff --git a/tempest/config.py b/tempest/config.py
index 167a0c6..0a220a3 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -961,7 +961,7 @@
help='Type of key to use for ssh connections. '
'Valid types are rsa, ecdsa'),
cfg.FloatOpt('allowed_network_downtime',
- default=5.0,
+ default=10.0,
help="Allowed VM network connection downtime during live "
"migration, in seconds. "
"When the measured downtime exceeds this value, an "