From b24a95ff956e204c5c475964efbd0c61c65ceeaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Tue, 23 Sep 2025 14:23:38 +0200 Subject: [PATCH] fix(ci): Bump lava-action timeouts to 240mn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This goes above the highest timeout of our ci/*/*.yaml jobs. Signed-off-by: Loïc Minier --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f3d67b2..416a206f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: cat "${{ matrix.target }}" - name: Submit ${{ matrix.target }} - timeout-minutes: 20 + timeout-minutes: 240 uses: foundriesio/lava-action@v6 with: lava_token: ${{ secrets.LAVATOKEN }}