Skip to content

Commit 6881200

Browse files
committed
fix: add --timeout-multiplier=2 to meson test
meson test rest_integration_test can sometimes run longer, let's see if --timeout-multiplier=2 can resolve this problem
1 parent 1162be7 commit 6881200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ jobs:
137137
meson compile -C builddir
138138
- name: Test Iceberg
139139
run: |
140-
meson test -C builddir
140+
meson test -C builddir --timeout-multiplier=2

0 commit comments

Comments
 (0)