Increase timeout for mlflow test (#79964)

Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
David Gomez
2025-04-08 08:34:38 +02:00
committed by GitHub
parent ce038cfd40
commit 8908d03597

View File

@@ -8,8 +8,8 @@ user:
gid: 0
command:
mlflow-serve:
exec: cd /app && timeout --signal 2 --preserve-status 10 mlflow server
timeout: 15000
exec: cd /app && timeout --signal 2 --preserve-status 20 mlflow server
timeout: 30000
exit-status: 1
stderr:
- "Listening at"