Skip to content

Commit dad32c5

Browse files
authored
Increased VLM tests timeout. (openvinotoolkit#2238)
After this [PR](openvinotoolkit#2129) most of VLM tests are executed for both SDPA and PA, so VLM tests time increased which leads to sporadic kills by timeout on windows, for this reason timeout for this test group was increased.
1 parent 8f17863 commit dad32c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ jobs:
451451
- name: 'LLM & VLM'
452452
cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py'
453453
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test }}
454-
timeout: 60
454+
timeout: 90
455455
- name: 'Tokenizer tests'
456456
cmd: 'tests/python_tests/test_tokenizer.py'
457457
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}

0 commit comments

Comments
 (0)