Skip to content

Commit cd80c6e

Browse files
committed
Small changes on yaml file
1 parent 7a5e32e commit cd80c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mlflow-js.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434

3535
- name: Run MLflow server
3636
run: |
37-
docker run -d -p 5001:5002 --name mlflow-container ghcr.io/mlflow/mlflow:latest mlflow server --host 0.0.0.0 --port 5002
38-
sleep 10
37+
docker run -d -p 5002:5002 --name mlflow-container ghcr.io/mlflow/mlflow:latest mlflow server --host 0.0.0.0 --port 5002
38+
sleep 30
3939
4040
- name: Run tests
4141
working-directory: ./mlflow

0 commit comments

Comments
 (0)