From 688cdde1a8ecf7092dbc1e05c2f98f591a5f8e58 Mon Sep 17 00:00:00 2001 From: Sebastian Sch Date: Thu, 9 Jan 2025 15:57:27 +0200 Subject: [PATCH] extend func-test timeout with the introduction of rdma system mode change on baremetal systems it takes more than 1h that is the default for ginkgo Signed-off-by: Sebastian Sch --- hack/run-e2e-conformance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/run-e2e-conformance.sh b/hack/run-e2e-conformance.sh index 1e8666098..d6b55d429 100755 --- a/hack/run-e2e-conformance.sh +++ b/hack/run-e2e-conformance.sh @@ -7,4 +7,4 @@ GOPATH="${GOPATH:-$HOME/go}" JUNIT_OUTPUT="${JUNIT_OUTPUT:-/tmp/artifacts}" export PATH=$PATH:$GOPATH/bin -${root}/bin/ginkgo -output-dir=$JUNIT_OUTPUT --junit-report "unit_report.xml" -v "$SUITE" -- -report=$JUNIT_OUTPUT +${root}/bin/ginkgo --timeout=3h -output-dir=$JUNIT_OUTPUT --junit-report "unit_report.xml" -v "$SUITE" -- -report=$JUNIT_OUTPUT