Skip to content

Commit 451b39f

Browse files
authored
1 parent b642f48 commit 451b39f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
# TODO: skip some tests temporary untill https://github.com/huggingface/datasets/issues/7647 dataset is fixed
427427
cmd: 'tests/python_tests/test_whisper_pipeline.py -k "not test_smoke[sample_from_dataset0 and not test_whisper_constructors[sample_from_dataset0 and not test_max_new_tokens[sample_from_dataset0 and not test_language_mode[language and not test_task_mode[sample_from_dataset0 and not test_language_autodetect[sample_from_dataset0 and not test_whisper_config_constructor and not test_language_autodetect[sample_from_dataset1 and not test_language_autodetect[sample_from_dataset2 and not test_initial_prompt_hotwords[sample_from_dataset0 and not test_random_sampling[sample_from_dataset0"'
428428
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).whisper.test }}
429-
timeout: 45
429+
timeout: 120
430430
- name: 'Cacheopt E2E'
431431
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
432432
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}
@@ -523,7 +523,7 @@ jobs:
523523
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).Speech_generation_samples.test }}
524524

525525
needs: [ smart_ci, openvino_download, genai_build_cmake, genai_build_wheel, genai_build_samples, genai_build_nodejs ]
526-
timeout-minutes: 45
526+
timeout-minutes: 120
527527
defaults:
528528
run:
529529
shell: bash

.github/workflows/manylinux_2_28.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
# TODO: skip some tests temporary untill https://github.com/huggingface/datasets/issues/7647 dataset is fixed
373373
cmd: 'tests/python_tests/test_whisper_pipeline.py tests/python_tests/test_whisper_pipeline_static.py -k "not test_smoke[sample_from_dataset0 and not test_whisper_constructors[sample_from_dataset0 and not test_max_new_tokens[sample_from_dataset0 and not test_language_mode[language and not test_task_mode[sample_from_dataset0 and not test_language_autodetect[sample_from_dataset0 and not test_whisper_config_constructor and not test_language_autodetect[sample_from_dataset1 and not test_language_autodetect[sample_from_dataset2 and not test_initial_prompt_hotwords[sample_from_dataset0 and not test_random_sampling[sample_from_dataset0"'
374374
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).whisper.test }}
375-
timeout: 45
375+
timeout: 120
376376
- name: 'Cacheopt E2E'
377377
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
378378
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ jobs:
604604
# TODO: skip some tests temporary untill https://github.com/huggingface/datasets/issues/7647 dataset is fixed
605605
cmd: 'tests/python_tests/test_whisper_pipeline.py tests/python_tests/test_whisper_pipeline_static.py -k "not test_smoke[sample_from_dataset0 and not test_whisper_constructors[sample_from_dataset0 and not test_max_new_tokens[sample_from_dataset0 and not test_language_mode[language and not test_task_mode[sample_from_dataset0 and not test_language_autodetect[sample_from_dataset0 and not test_whisper_config_constructor and not test_language_autodetect[sample_from_dataset1 and not test_language_autodetect[sample_from_dataset2 and not test_initial_prompt_hotwords[sample_from_dataset0 and not test_random_sampling[sample_from_dataset0"'
606606
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).whisper.test }}
607-
timeout: 45
607+
timeout: 120
608608
- name: 'Cacheopt E2E'
609609
cmd: 'tests/python_tests/test_kv_cache_eviction.py'
610610
run_condition: ${{ fromJSON(needs.smart_ci.outputs.affected_components).continuous_batching.test }}

0 commit comments

Comments
 (0)