Skip to content

Commit

Permalink
increased timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Jul 16, 2024
1 parent a494a95 commit 8360bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
if: |
always() &&
(needs.openvino_download.outputs.status == 'success' || needs.openvino_build.result == 'success')
timeout-minutes: 30
timeout-minutes: 45
defaults:
run:
shell: bash
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,15 @@ jobs:
run: |
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --find-links ${env:OV_INSTALL_DIR}/tools --upgrade-strategy eager
python -m pytest ./tests/python_tests/test_generate_api.py -m precommit
python -m pytest ./tests/python_tests/
env:
PYTHONPATH: "./build/" # cmd evaluates variables in a different way. Setting PYTHONPATH before setupvars.bat instead of doing that after solves that.

- name: test bindings from weel
run: |
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
python -m pip install . --verbose
python -m pytest ./tests/python_tests/test_generate_api.py -m precommit
python -m pytest ./tests/python_tests/
genai_package:
strategy:
Expand All @@ -253,7 +253,7 @@ jobs:
if: |
always() &&
(needs.openvino_download.outputs.status == 'success' || needs.openvino_build.result == 'success')
timeout-minutes: 30
timeout-minutes: 60
defaults:
run:
shell: pwsh
Expand Down

0 comments on commit 8360bdf

Please sign in to comment.