Skip to content

Commit

Permalink
Increment test timeout to fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Dec 23, 2024
1 parent f9fee94 commit a17e99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ RUN meson ./build/ \
-D extra_tests=disabled
RUN ninja -C ./build/
RUN ninja -C ./build/ install
RUN meson test -C ./build/ --print-errorlogs --suite unit --suite config --no-suite snowflake
RUN meson test -C ./build/ -t 2 --print-errorlogs --suite unit --suite config --no-suite snowflake
RUN setcap cap_net_bind_service=+ep /usr/sbin/kresd
RUN file /usr/sbin/kresd
RUN file /usr/sbin/kresc
Expand Down

0 comments on commit a17e99c

Please sign in to comment.