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() {