diff --git a/hack/go-integration-test.sh b/hack/go-integration-test.sh index a637083701..8c6ec58a37 100755 --- a/hack/go-integration-test.sh +++ b/hack/go-integration-test.sh @@ -1,4 +1,4 @@ #!/bin/sh # Example: ./hack/go-integration-test.sh -go test -parallel 1 -p 1 -run .Integration ./cmd/... ./data/... ./pkg/... "${@}" +go test -parallel 1 -p 1 -timeout 0 -run .Integration ./cmd/... ./data/... ./pkg/... "${@}"