Skip to content

Commit 2bd9ab6

Browse files
authored
CI: increase seeding timeout to 25 mins (#141)
increase timeout to 25 mins Signed-off-by: Jack Luar <jluar@precisioninno.com>
1 parent a2d22cd commit 2bd9ab6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build Docker image
5151
run: |
5252
make docker-up
53-
sleep 900 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
53+
sleep 1500 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
5454
- name: Run LLM CI
5555
working-directory: evaluation
5656
run: |

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build Docker image
3434
run: |
3535
make docker-up
36-
sleep 900 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
36+
sleep 1500 # TODO: Remove this after docker-compose healthcheck timeout restored fixed.
3737
- name: Teardown
3838
if: always()
3939
run: |

0 commit comments

Comments
 (0)