Skip to content

Commit 84606d0

Browse files
authored
Merge pull request #138 from lool/lava-timeouts-2
fix(ci): Bump download and overall timeouts by 10mn
2 parents ccb565d + 6d9e8c2 commit 84606d0

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: 10
20+
minutes: 20
2121
to: downloads
2222
- deploy:
2323
images:
@@ -73,5 +73,5 @@ tags:
7373
- cambridge-lab
7474
timeouts:
7575
job:
76-
minutes: 20
76+
minutes: 30
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: 10
21+
minutes: 20
2222
to: downloads
2323
- deploy:
2424
images:
@@ -72,5 +72,5 @@ metadata:
7272
priority: 50
7373
timeouts:
7474
job:
75-
minutes: 20
75+
minutes: 30
7676
visibility: public

0 commit comments

Comments
 (0)