From: Filip Tehlar Date: Thu, 8 Jun 2023 16:30:37 +0000 (+0200) Subject: hs-test: increase test run timeout X-Git-Tag: v24.02-rc0~182 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5aa59c7cfc859090dc4757a2b65b80ba30494a53;p=vpp.git hs-test: increase test run timeout Type: test Change-Id: Ica211c79373777c3352d6ccbb619c0d67b70fa06 Signed-off-by: Filip Tehlar --- diff --git a/extras/hs-test/test b/extras/hs-test/test index db53d5a447e..0e117bf86ae 100755 --- a/extras/hs-test/test +++ b/extras/hs-test/test @@ -70,4 +70,4 @@ if [ $single_test -eq 0 ] && [ $debug_set -eq 1 ]; then exit 1 fi -sudo -E go test -buildvcs=false -v $args +sudo -E go test -timeout=20m -buildvcs=false -v $args