mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/kopia: increase test timeout
this aport has been failing on the riscv64 builder with the default 10m timeout
This commit is contained in:
parent
9b01eacd5a
commit
1f2b9a0302
@ -35,7 +35,8 @@ build() {
|
|||||||
check() {
|
check() {
|
||||||
# XXX: end to end restore_test fails to get same buffer from backup
|
# XXX: end to end restore_test fails to get same buffer from backup
|
||||||
# shellcheck disable=2046
|
# 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() {
|
package() {
|
||||||
|
Loading…
Reference in New Issue
Block a user