increased timeout (#22303)

This commit is contained in:
Mikhail Ryzhov 2024-01-22 12:39:19 +01:00 committed by GitHub
parent d04a53ae37
commit f0dbe96d98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ jobs:
fi
python3 ${PARALLEL_TEST_SCRIPT} -e ${INSTALL_TEST_DIR}/ov_cpu_func_tests -c ${PARALLEL_TEST_CACHE} -w ${INSTALL_TEST_DIR} -s suite -rf 0 -- --gtest_print_time=1 --gtest_filter=*smoke*
timeout-minutes: 20
timeout-minutes: 25
- name: Save tests execution time
uses: actions/cache/save@v3