From 21ccef43cb43ca7028100be529563f9ca6e48ae7 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 26 Jul 2017 13:50:52 +0200 Subject: Extend the timeouts to cope with the downloads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I24bc9edfe1d62f7f5ab39ca1fc34e5154b52e4cf Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-run-test-short.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-agl-run-test-short.sh') diff --git a/jjb/common/include-agl-run-test-short.sh b/jjb/common/include-agl-run-test-short.sh index ee7b6230..39d7ca5b 100644 --- a/jjb/common/include-agl-run-test-short.sh +++ b/jjb/common/include-agl-run-test-short.sh @@ -55,6 +55,8 @@ actions: # BOOT_BLOCK - boot: + timeout: + minutes: 10 method: @REPLACE_BOOT_METHOD@ commands: nbd type: @REPLACE_BOOT_TYPE@ @@ -76,7 +78,7 @@ context: actions: - deploy: timeout: - minutes: 3 + minutes: 10 to: tmpfs os: oe images: @@ -90,7 +92,7 @@ actions: - boot: timeout: - minutes: 5 + minutes: 10 method: @REPLACE_BOOT_METHOD@ media: tmpfs prompts: ["root@@REPLACE_MACHINE@:~"] -- cgit 1.2.3-korg