mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/seaweedfs: increase test timeout
TestMemIndexCompaction takes between 20 to 30 minutes on the x86_64 builder.
This commit is contained in:
parent
7ee5af5bfc
commit
ceaab29f29
@ -38,7 +38,7 @@ check() {
|
||||
# unmaintained may fail
|
||||
# s3client uses non-32 int
|
||||
# shellcheck disable=SC2046
|
||||
go test $(go list ./... | grep -v -e 's3/basic$' -e 'weed/operation$' -e 'unmaintained' -e 's3/s3client' )
|
||||
go test -timeout 30m $(go list ./... | grep -v -e 's3/basic$' -e 'weed/operation$' -e 'unmaintained' -e 's3/s3client' )
|
||||
}
|
||||
|
||||
package() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user