testing/seaweedfs: increase test timeout

TestMemIndexCompaction takes between 20 to 30 minutes on the x86_64 builder.
This commit is contained in:
Kevin Daudt 2025-02-21 16:38:58 +00:00
parent 7ee5af5bfc
commit ceaab29f29

View File

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