Skip to content
Snippets Groups Projects
Commit 27b37017 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

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's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 1a196da8
Branches 18.03
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ actions: ...@@ -75,7 +75,7 @@ actions:
- deploy: - deploy:
namespace: system namespace: system
timeout: timeout:
minutes: 20 minutes: 60
to: usb to: usb
device: sd-card device: sd-card
tool: tool:
......
...@@ -63,7 +63,7 @@ actions: ...@@ -63,7 +63,7 @@ actions:
- deploy: - deploy:
namespace: system namespace: system
timeout: timeout:
minutes: 20 minutes: 60
to: usb to: usb
device: sd-card device: sd-card
tool: tool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment