Skip to content

Commit bb08c79

Browse files
committed
Set timeout to 30m for unit tests
1 parent 88d796d commit bb08c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ REPO_ROOT=$(dirname "${BASH_SOURCE}")/..
88
OPENSHIFT_CI=${OPENSHIFT_CI:-""}
99
ARTIFACT_DIR=${ARTIFACT_DIR:-""}
1010
GINKGO=${GINKGO:-"go run ${REPO_ROOT}/vendor/github.com/onsi/ginkgo/v2/ginkgo"}
11-
GINKGO_ARGS=${GINKGO_ARGS:-"-v --randomize-all --randomize-suites --keep-going --race --trace --timeout=10m"}
11+
GINKGO_ARGS=${GINKGO_ARGS:-"-v --randomize-all --randomize-suites --keep-going --race --trace --timeout=30m"}
1212
GINKGO_EXTRA_ARGS=${GINKGO_EXTRA_ARGS:-""}
1313

1414
# Ensure that some home var is set and that it's not the root.

0 commit comments

Comments
 (0)