We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c67e4c commit 997ba94Copy full SHA for 997ba94
1 file changed
.github/workflows/test.yml
@@ -102,6 +102,7 @@ jobs:
102
meson:
103
name: Meson - ${{ matrix.title }}
104
runs-on: ${{ matrix.runs-on }}
105
+ timeout-minutes: 30
106
strategy:
107
fail-fast: false
108
matrix:
@@ -137,4 +138,4 @@ jobs:
137
138
meson compile -C builddir
139
- name: Test Iceberg
140
run: |
- meson test -C builddir
141
+ meson test -C builddir --timeout-multiplier 0
0 commit comments