Skip to content

Commit 021e187

Browse files
authored
Pass timeout when running speech functional tests (#15012)
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent cbb1192 commit 021e187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd-main-speech.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,5 @@ jobs:
202202
script: ${{ matrix.script }}
203203
tests_to_run: ${{ inputs.test_to_run }}
204204
image: ${{ inputs.image-name }}
205+
timeout: ${{ matrix.timeout || 10 }}
205206
is_optional: ${{ matrix.is-optional || false }}

0 commit comments

Comments
 (0)