Skip to content

Commit e0f42ec

Browse files
authored
Merge pull request #132 from lool/lava-timeouts
fix(ci): Bump download and overall timeouts by 5mn
2 parents 3116798 + c7d87ef commit e0f42ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/lava/qcs6490-rb3gen2-core-kit/boot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ actions:
1717
- echo "DEVICE_TYPE=debian-qcs6490-rb3gen2-vision-kit" >> $IMAGE_PATH/flash.settings
1818
- cat $IMAGE_PATH/flash.settings
1919
timeout:
20-
minutes: 5
20+
minutes: 10
2121
to: downloads
2222
- deploy:
2323
images:
@@ -73,5 +73,5 @@ tags:
7373
- cambridge-lab
7474
timeouts:
7575
job:
76-
minutes: 15
76+
minutes: 20
7777
visibility: public

ci/lava/qrb2210-rb1/boot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ actions:
1818
- echo "DEVICE_TYPE=debian-qrb2210-rb1" >> $IMAGE_PATH/flash.settings
1919
- cat $IMAGE_PATH/flash.settings
2020
timeout:
21-
minutes: 5
21+
minutes: 10
2222
to: downloads
2323
- deploy:
2424
images:
@@ -72,5 +72,5 @@ metadata:
7272
priority: 50
7373
timeouts:
7474
job:
75-
minutes: 15
75+
minutes: 20
7676
visibility: public

0 commit comments

Comments
 (0)