summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-09-06 05:10:10 +0000
committerCeleste <20312-Celeste@users.gitlab.alpinelinux.org>2024-09-06 05:10:19 +0000
commitb9a7117fb8d79c01e3f734296f7afee26a650d41 (patch)
tree765e2d3ea125a3f9fe713faf384db3e946362dd6
parent0534c04423220fa22c4a6b74aaa73bb4469923d0 (diff)
downloadaports-b9a7117fb8d79c01e3f734296f7afee26a650d41.zip
community/appstream-generator: increase test timeout
asgen_tests times out on build-edge-tmp-loongarch64
-rw-r--r--community/appstream-generator/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/appstream-generator/APKBUILD b/community/appstream-generator/APKBUILD
index d3168c3b6a7..ffb639ddbc8 100644
--- a/community/appstream-generator/APKBUILD
+++ b/community/appstream-generator/APKBUILD
@@ -39,7 +39,8 @@ build() {
}
check() {
- meson test --no-rebuild --print-errorlogs -C output
+ # the loongarch64 builder times out with the standard timeout
+ meson test --timeout-multiplier 3 --no-rebuild --print-errorlogs -C output
}
package() {