From 9967bb34859716475a0066b77f031381b8122bd7 Mon Sep 17 00:00:00 2001 From: Charlie Truong Date: Fri, 31 Oct 2025 10:40:10 -0500 Subject: [PATCH] Pass timeout when running speech functional tests Signed-off-by: Charlie Truong --- .github/workflows/cicd-main-speech.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd-main-speech.yml b/.github/workflows/cicd-main-speech.yml index 5e21b397ca57..691551ad9393 100644 --- a/.github/workflows/cicd-main-speech.yml +++ b/.github/workflows/cicd-main-speech.yml @@ -202,4 +202,5 @@ jobs: script: ${{ matrix.script }} tests_to_run: ${{ inputs.test_to_run }} image: ${{ inputs.image-name }} + timeout: ${{ matrix.timeout || 10 }} is_optional: ${{ matrix.is-optional || false }}