diff options
Diffstat (limited to 'templates/machine/raspberrypi3/test/testjob_short.yaml')
-rw-r--r-- | templates/machine/raspberrypi3/test/testjob_short.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/machine/raspberrypi3/test/testjob_short.yaml b/templates/machine/raspberrypi3/test/testjob_short.yaml index 17b55ac12..16b4993f4 100644 --- a/templates/machine/raspberrypi3/test/testjob_short.yaml +++ b/templates/machine/raspberrypi3/test/testjob_short.yaml @@ -20,7 +20,7 @@ visibility: public actions: - deploy: timeout: - minutes: 10 + minutes: 15 to: nbd dtb: url: '@REPLACE_URL_PREFIX@/@REPLACE_DTB@' @@ -31,6 +31,7 @@ actions: allow_modify: false nbdroot: url: '@REPLACE_URL_PREFIX@/@REPLACE_NBDROOT@' + compression: @REPLACE_NBDROOT_COMPRESSION@ os: debian failure_retry: 2 |