Increase boot timeout in testcloud

This commit is contained in:
Martin Krizek 2017-05-09 18:12:39 +00:00
parent 2c916ebfe2
commit 3a723f6432

View file

@ -70,7 +70,7 @@ runcmd:
# The timeout, in seconds, to wait for an instance to boot before
# failing the boot process. Setting this to 0 disables waiting and
# returns immediately after starting the boot process.
BOOT_TIMEOUT = 60
BOOT_TIMEOUT = 90
# ram size, in MiB
RAM = 6144