Skip to content

Commit

Permalink
[GHA] Increase CPU func tests timeout in Windows CC (#21996)
Browse files Browse the repository at this point in the history
  • Loading branch information
akladiev authored Jan 5, 2024
1 parent dbcb270 commit b85c329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_conditional_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ jobs:
CPU_Functional_Tests:
name: CPU functional tests
needs: [Build, Smart_CI]
timeout-minutes: 70
timeout-minutes: 85
defaults:
run:
shell: pwsh
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
run: |
set path=%path%;${{ env.INSTALL_TEST_DIR }}\tbb\bin;${{ env.INSTALL_TEST_DIR }}\tbb
python3 ${{ env.PARALLEL_TEST_SCRIPT }} -e ${{ env.INSTALL_TEST_DIR }}\ov_cpu_func_tests.exe -w ${{ env.INSTALL_TEST_DIR }} -s suite -rf 0 -- --gtest_print_time=1 --gtest_filter=*smoke*
timeout-minutes: 45
timeout-minutes: 60

- name: Upload Test Results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b85c329

Please sign in to comment.