Skip to content

Commit 997ba94

Browse files
committed
chore: disable timeout in meson test cases
The rest_integration_test can sometimes run longer that 30s, so disable meson test timeout and rely on the GH actions job–level timeout.
1 parent 1c67e4c commit 997ba94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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)