Further increase of timeout
This commit is contained in:
parent
c779719e7b
commit
92dbf72e86
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -675,7 +675,7 @@ jobs:
|
|||||||
CPU_Functional_Tests:
|
CPU_Functional_Tests:
|
||||||
name: CPU functional tests
|
name: CPU functional tests
|
||||||
needs: Build
|
needs: Build
|
||||||
timeout-minutes: 30
|
timeout-minutes: 70
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@ -740,7 +740,7 @@ jobs:
|
|||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
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*"
|
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
|
- name: Save tests execution time
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user