diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2023-06-08 18:30:37 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-06-08 17:33:15 +0000 |
commit | 5aa59c7cfc859090dc4757a2b65b80ba30494a53 (patch) | |
tree | 8f65afc63053431a425dd6358f72822dd51dad5e /extras | |
parent | 3a910ab76800b9608b05e6b188730a2290b51ae0 (diff) |
hs-test: increase test run timeout
Type: test
Change-Id: Ica211c79373777c3352d6ccbb619c0d67b70fa06
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'extras')
-rwxr-xr-x | extras/hs-test/test | 2 |
1 files changed, 1 insertions, 1 deletions
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 |