chore(scripts)_: extend tests timeout to 35mins

This commit is contained in:
Patryk Osmaczko 2024-06-05 13:03:43 +02:00 committed by osmaczko
parent 2d4ef8b2e0
commit c2f5bdb907
1 changed files with 1 additions and 1 deletions

View File

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