From 1ca277727de5aecc2e6800439be8fae79307c06d Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 4 Feb 2016 10:29:28 +0000 Subject: [PATCH] increase testcloud timeout to 60s on taskotron client hosts --- .../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 74d30b4ac5..cb82635555 100644 --- a/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 +++ b/roles/taskotron/taskotron-client/templates/settings.py.testcloud.j2 @@ -66,7 +66,7 @@ write_files: # 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 = 30 +BOOT_TIMEOUT = 60 # ram size, in MiB RAM = 2048