mirror of
https://github.com/bitnami/containers.git
synced 2026-04-01 06:48:13 +08:00
Increase timeout for mlflow test (#79964)
Signed-off-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user