diff options
| author | mzuenni <michi.zuendorf@gmail.com> | 2024-09-05 22:29:41 +0200 |
|---|---|---|
| committer | mzuenni <michi.zuendorf@gmail.com> | 2024-09-05 22:29:41 +0200 |
| commit | 907d2c37529f63146e6b7de21552641b71d96cd7 (patch) | |
| tree | 66b825c7665bd3043d7e0144b0e3aa658b5933c9 | |
| parent | 44fb31d09a9310ffcee2797d2f5c350855816425 (diff) | |
increase timelimit
| -rw-r--r-- | .github/workflows/test_all.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
