Skip to content

Commit b24a95f

Browse files
committed
fix(ci): Bump lava-action timeouts to 240mn
This goes above the highest timeout of our ci/*/*.yaml jobs. Signed-off-by: Loïc Minier <[email protected]>
1 parent 1939dbd commit b24a95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cat "${{ matrix.target }}"
6868
6969
- name: Submit ${{ matrix.target }}
70-
timeout-minutes: 20
70+
timeout-minutes: 240
7171
uses: foundriesio/lava-action@v6
7272
with:
7373
lava_token: ${{ secrets.LAVATOKEN }}

0 commit comments

Comments
 (0)