diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-26 13:50:52 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-07-26 13:50:52 +0200 |
commit | 21ccef43cb43ca7028100be529563f9ca6e48ae7 (patch) | |
tree | 56d7618b2c6841de3bfa047a5cb51809bfc5606d | |
parent | 9aea11bbd278257fd474936dc51635a72c145f88 (diff) |
Extend the timeouts to cope with the downloads
Change-Id: I24bc9edfe1d62f7f5ab39ca1fc34e5154b52e4cf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | jjb/common/include-agl-run-test-short.sh | 6 |
1 files changed, 4 insertions, 2 deletions
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@:~"] |