From 1f2b9a0302b8fe2ce06509bc5ea17974b003c6eb Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Sat, 27 Apr 2024 13:04:06 +0000 Subject: [PATCH] testing/kopia: increase test timeout this aport has been failing on the riscv64 builder with the default 10m timeout --- testing/kopia/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/kopia/APKBUILD b/testing/kopia/APKBUILD index c140219a936..d85b840bdf4 100644 --- a/testing/kopia/APKBUILD +++ b/testing/kopia/APKBUILD @@ -35,7 +35,8 @@ build() { check() { # XXX: end to end restore_test fails to get same buffer from backup # shellcheck disable=2046 - go test $(go list -tags testing ./... | grep -Ev 'end_to_end_test') + go test -timeout=30m \ + $(go list -tags testing ./... | grep -Ev 'end_to_end_test') } package() {