Skip to content

Commit dd2ce68

Browse files
committed
test
1 parent 16f22b1 commit dd2ce68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)