diff --git a/hack/make.sh b/hack/make.sh index ef820690..c1d881c7 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -57,7 +57,7 @@ DEFAULT_BUNDLES=( test-integration ) -TESTFLAGS+=" -test.timeout=10m" +TESTFLAGS+=" -test.timeout=15m" # Go module support: set `-mod=vendor` to use the vendored sources # See also the top-level Makefile.