Merge "Increase CentOS servers 'is-reachable' timeout to 15 minutes"

This commit is contained in:
Zuul 2021-10-28 19:32:49 +00:00 committed by Gerrit Code Review
commit b23b9e2470
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class CentosServerStackFixture(_nova.CloudInitServerStackFixture):
#: Flavor used to create a Nova server instance
flavor_stack = tobiko.required_setup_fixture(CentosFlavorStackFixture)
# I expect CentOS based servers to be very slow to boot
is_reachable_timeout = 900.
class Centos7ServerStackFixture(CentosServerStackFixture):