Skip to content

Commit b7f2476

Browse files
authored
Expand example running timeout for the new test cluster with k8s runner set (#1723)
Signed-off-by: chensuyue <[email protected]>
1 parent d4dcbd1 commit b7f2476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_run-docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
export model_cache="~/.cache/huggingface/hub"
166166
fi
167167
fi
168-
if [ -f "${test_case}" ]; then timeout 30m bash "${test_case}"; else echo "Test script {${test_case}} not found, skip test!"; fi
168+
if [ -f "${test_case}" ]; then timeout 60m bash "${test_case}"; else echo "Test script {${test_case}} not found, skip test!"; fi
169169
170170
- name: Clean up container after test
171171
shell: bash

0 commit comments

Comments
 (0)