Skip to content

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,15 +513,15 @@ jobs:
513513
- name: 'Cacheopt E2E'
514514
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
515515
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
516-
timeout: 240
516+
timeout: 360
517517
- name: 'LLM & VLM'
518518
cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py tests/python_tests/test_structured_output.py --override-ini cache_dir=/mount/caches/pytest/'
519519
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
520520
timeout: 180
521521
- name: 'GGUF Reader tests'
522522
cmd: 'tests/python_tests/test_gguf_reader.py'
523523
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
524-
timeout: 60
524+
timeout: 180
525525
- name: 'Tokenizer tests'
526526
cmd: 'tests/python_tests/test_tokenizer.py'
527527
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
- name: 'GGUF Reader tests'
439439
cmd: 'tests/python_tests/test_gguf_reader.py'
440440
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
441-
timeout: 60
441+
timeout: 180
442442
- name: 'Tokenizer tests'
443443
cmd: 'tests/python_tests/test_tokenizer.py'
444444
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}

.github/workflows/manylinux_2_28.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,15 +454,15 @@ jobs:
454454
- name: 'Cacheopt E2E'
455455
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
456456
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
457-
timeout: 240
457+
timeout: 360
458458
- name: 'LLM & VLM'
459459
cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py tests/python_tests/test_structured_output.py --override-ini cache_dir=/mount/caches/pytest/'
460460
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
461461
timeout: 180
462462
- name: 'GGUF Reader tests'
463463
cmd: 'tests/python_tests/test_gguf_reader.py'
464464
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
465-
timeout: 60
465+
timeout: 180
466466
- name: 'Tokenizer tests'
467467
cmd: 'tests/python_tests/test_tokenizer.py'
468468
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,15 +614,15 @@ jobs:
614614
- name: 'Cacheopt E2E'
615615
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
616616
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
617-
timeout: 240
617+
timeout: 360
618618
- name: 'LLM & VLM'
619619
cmd: 'tests/python_tests/test_llm_pipeline.py tests/python_tests/test_llm_pipeline_static.py tests/python_tests/test_vlm_pipeline.py tests/python_tests/test_structured_output.py --override-ini cache_dir=/mount/caches/pytest/'
620620
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).visual_language.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
621621
timeout: 180
622622
- name: 'GGUF Reader tests'
623623
cmd: 'tests/python_tests/test_gguf_reader.py'
624624
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).GGUF.test || fromJSON(needs.smart_ci.outputs.affected_components).LLM.test }}
625-
timeout: 100
625+
timeout: 180
626626
- name: 'Tokenizer tests'
627627
cmd: 'tests/python_tests/test_tokenizer.py'
628628
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).tokenizers.test }}

0 commit comments

Comments
 (0)