mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
community/appstream-generator: further increase test timeout
limit this to loongarch64
This commit is contained in:
parent
b9a7117fb8
commit
5282adacb1
@ -39,8 +39,15 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
# the loongarch64 builder times out with the standard timeout
|
||||
meson test --timeout-multiplier 3 --no-rebuild --print-errorlogs -C output
|
||||
case "$CARCH" in
|
||||
loongarch64)
|
||||
# asgen_tests times out with the standard timeout on the builder
|
||||
meson test --timeout-multiplier 10 --no-rebuild --print-errorlogs -C output
|
||||
;;
|
||||
*)
|
||||
meson test --no-rebuild --print-errorlogs -C output
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user