diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bb287b63..621c4b3ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,6 +102,7 @@ jobs: meson: name: Meson - ${{ matrix.title }} runs-on: ${{ matrix.runs-on }} + timeout-minutes: 30 strategy: fail-fast: false matrix: @@ -137,4 +138,4 @@ jobs: meson compile -C builddir - name: Test Iceberg run: | - meson test -C builddir + meson test -C builddir --timeout-multiplier 0