testing/kopia: increase test timeout

this aport has been failing on the riscv64 builder with the default 10m timeout
This commit is contained in:
Celeste 2024-04-27 13:04:06 +00:00
parent 9b01eacd5a
commit 1f2b9a0302

View File

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