zhjwpku commented on code in PR #401:
URL: https://github.com/apache/iceberg-cpp/pull/401#discussion_r2620101048
##########
.github/workflows/test.yml:
##########
@@ -137,4 +137,4 @@ jobs:
meson compile -C builddir
- name: Test Iceberg
run: |
- meson test -C builddir
+ meson test -C builddir --timeout-multiplier=2
Review Comment:
I came across a timeout of meson build test running, rest_integration_test.
meson test has a default timeout of 30 seconds, maybe we should set
`timeout-minutes: 30` for the whole meson job and let alone the meson test
timeout.
Anyway, I will delete this in this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]