From 3a723f6432ab574d2a2b624ce977c9bb8a93dd2c Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 9 May 2017 18:12:39 +0000 Subject: [PATCH] Increase boot timeout in testcloud --- .../taskotron-client/templates/settings.py.testcloud.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 b/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 index b0cec2c08f..19b070ad07 100644 --- a/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 +++ b/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 @@ -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