Skip to content

Commit 11ea4dc

Browse files
authored
Merge branch 'k8snetworkplumbingwg:master' into master
2 parents a297726 + 009c691 commit 11ea4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/run-e2e-conformance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ GOPATH="${GOPATH:-$HOME/go}"
77
JUNIT_OUTPUT="${JUNIT_OUTPUT:-/tmp/artifacts}"
88
export PATH=$PATH:$GOPATH/bin
99

10-
${root}/bin/ginkgo -output-dir=$JUNIT_OUTPUT --junit-report "unit_report.xml" -v "$SUITE" -- -report=$JUNIT_OUTPUT
10+
${root}/bin/ginkgo --timeout=3h -output-dir=$JUNIT_OUTPUT --junit-report "unit_report.xml" -v "$SUITE" -- -report=$JUNIT_OUTPUT

0 commit comments

Comments
 (0)