We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d22cd commit 2bd9ab6Copy full SHA for 2bd9ab6
2 files changed
.github/workflows/ci-secret.yaml
@@ -50,7 +50,7 @@ jobs:
50
- name: Build Docker image
51
run: |
52
make docker-up
53
- sleep 900 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
+ sleep 1500 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
54
- name: Run LLM CI
55
working-directory: evaluation
56
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
- name: Teardown
38
if: always()
39
0 commit comments