From 907d2c37529f63146e6b7de21552641b71d96cd7 Mon Sep 17 00:00:00 2001 From: mzuenni Date: Thu, 5 Sep 2024 22:29:41 +0200 Subject: increase timelimit --- .github/workflows/test_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_all.yml b/.github/workflows/test_all.yml index eddc002..55c33ab 100644 --- a/.github/workflows/test_all.yml +++ b/.github/workflows/test_all.yml @@ -8,7 +8,7 @@ jobs: os: [ubuntu-latest, ubuntu-22.04] name: Test all (${{ matrix.os }}) runs-on: ${{ matrix.os }} - timeout-minutes: 10 + timeout-minutes: 20 steps: - uses: actions/checkout@v4 - run: ./test/test.sh -- cgit v1.2.3