chore(scripts)_: extend tests timeout to 35mins
This commit is contained in:
parent
2d4ef8b2e0
commit
c2f5bdb907
|
@ -24,7 +24,7 @@ if [[ -z "${UNIT_TEST_COUNT}" ]]; then
|
|||
fi
|
||||
|
||||
UNIT_TEST_PACKAGE_TIMEOUT="2m"
|
||||
UNIT_TEST_PACKAGE_TIMEOUT_EXTENDED="30m"
|
||||
UNIT_TEST_PACKAGE_TIMEOUT_EXTENDED="35m"
|
||||
|
||||
redirect_stdout() {
|
||||
output_file=$1
|
||||
|
|
Loading…
Reference in New Issue