From a9eaef9b110a6c8f1ade45aca90186715938b91b Mon Sep 17 00:00:00 2001 From: Emanuele Aina <emanuele.aina@collabora.com> Date: Fri, 15 Feb 2019 08:54:26 +0100 Subject: [PATCH] common-boot: Raise the timeout for flashing images to 60 minutes Guillaume Tucker recently fixed the LAVA-side meaning of the sd-card device id to actually point to the SD card on the ARM64 Renesas R-Car m3ulcb boards. This solves some out-of-space errors but also means that flashing images takes more time and sometimes 20 minutes are not enough. Raising the timeout to 60 minutes should be plenty. Signed-off-by: Emanuele Aina <emanuele.aina@collabora.com> --- templates/common-boot-tpl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common-boot-tpl.yaml b/templates/common-boot-tpl.yaml index 8662d89f..ca2735c6 100644 --- a/templates/common-boot-tpl.yaml +++ b/templates/common-boot-tpl.yaml @@ -65,7 +65,7 @@ actions: - deploy: namespace: system timeout: - minutes: 20 + minutes: 60 to: usb device: sd-card tool: -- GitLab