File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 working-directory : ./services
122122 run : |
123123 sudo systemctl stop mysql.service
124- docker compose --profile rest-api --profile minio --profile evaluation-engine up -d
124+ docker compose --profile rest-api --profile minio up -d --build
125125
126126 echo "1. Waiting for Database population..."
127127 docker wait openml-test-database-setup
@@ -145,7 +145,7 @@ jobs:
145145
146146 echo "Checking Task Splits (The 412 Killer)..."
147147 # If this fails, the evaluation engine is broken
148- timeout 180s bash -c 'until [ "$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8000/api_splits/get/1/Task_1_splits.arff)" == "200" ]; do
148+ timeout 120s bash -c 'until [ "$(curl -s -o /dev/null -w "%{http_code}" http://localhost:8000/api_splits/get/1/Task_1_splits.arff)" == "200" ]; do
149149 echo "Splits not ready yet. Waiting..."
150150 sleep 5
151151 done'
You can’t perform that action at this time.
0 commit comments