Skip to content

Commit 769e2ac

Browse files
authored
chore: disable timeout in meson test cases (#413)
The rest_integration_test can sometimes run longer that 30s, so disable meson test timeout[1] and rely on the GH actions job–level timeout. [1] https://mesonbuild.com/Unit-tests.html#other-test-options
1 parent a3c0d3c commit 769e2ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
meson:
103103
name: Meson - ${{ matrix.title }}
104104
runs-on: ${{ matrix.runs-on }}
105+
timeout-minutes: 30
105106
strategy:
106107
fail-fast: false
107108
matrix:
@@ -137,4 +138,4 @@ jobs:
137138
meson compile -C builddir
138139
- name: Test Iceberg
139140
run: |
140-
meson test -C builddir
141+
meson test -C builddir --timeout-multiplier 0

0 commit comments

Comments
 (0)