diff options
-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@:~"] |