hs-test: increase test run timeout

Type: test

Change-Id: Ica211c79373777c3352d6ccbb619c0d67b70fa06
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:
Filip Tehlar
2023-06-08 18:30:37 +02:00
committed by Florin Coras
parent 3a910ab768
commit 5aa59c7cfc

View File

@ -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