Increase CentOS servers 'is-reachable' timeout to 15 minutes
Change-Id: Ia5242b0f476992d3008f5904b2e1cab2c4f0af5c
This commit is contained in:
parent
44542faf12
commit
15d19ed873
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user