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:
@@ -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/... "${@}"
|
||||
|
||||
Reference in New Issue
Block a user