Further increase of timeout

This commit is contained in:
Andrey Babushkin 2023-11-21 21:20:30 +00:00
parent c779719e7b
commit 92dbf72e86

View File

@ -675,7 +675,7 @@ jobs:
CPU_Functional_Tests:
name: CPU functional tests
needs: Build
timeout-minutes: 30
timeout-minutes: 70
defaults:
run:
shell: pwsh
@ -740,7 +740,7 @@ jobs:
shell: cmd
run: |
call "${{ env.INSTALL_DIR }}\\setupvars.bat" && python3 ${{ env.PARALLEL_TEST_SCRIPT }} -e ${{ env.INSTALL_TEST_DIR }}\ov_cpu_func_tests.exe -c ${{ env.PARALLEL_TEST_CACHE }} -w ${{ env.INSTALL_TEST_DIR }} -s suite -- --gtest_filter=*smoke*"
timeout-minutes: 35
timeout-minutes: 60
- name: Save tests execution time
uses: actions/cache/save@v3