1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

disabling test timeout

This commit is contained in:
Andrea Fasano
2023-10-16 08:49:36 -04:00
parent 778a5a303e
commit 5f459534b4

View File

@@ -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/... "${@}"