We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4dcbd1 commit b7f2476Copy full SHA for b7f2476
.github/workflows/_run-docker-compose.yml
@@ -165,7 +165,7 @@ jobs:
165
export model_cache="~/.cache/huggingface/hub"
166
fi
167
168
- if [ -f "${test_case}" ]; then timeout 30m bash "${test_case}"; else echo "Test script {${test_case}} not found, skip test!"; fi
+ if [ -f "${test_case}" ]; then timeout 60m bash "${test_case}"; else echo "Test script {${test_case}} not found, skip test!"; fi
169
170
- name: Clean up container after test
171
shell: bash
0 commit comments