Skip to content
Snippets Groups Projects
Commit b0e40074 authored by omni's avatar omni
Browse files

community/rubberband: fix test arguments on riscv64

parent 525d7211
No related branches found
No related tags found
1 merge request!64773community/rubberband: fix test arguments on riscv64
Pipeline #229187 skipped
......@@ -39,7 +39,7 @@ build() {
check() {
case "$CARCH" in
riscv64)
meson test ---timeout-multiplier=30 -print-errorlogs --no-rebuild -C output
meson test --timeout-multiplier=30 --print-errorlogs --no-rebuild -C output
# 8/8 Stretcher TIMEOUT 30.04s killed by signal 15 SIGTERM
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment