Skip to content

Commit 8908d03

Browse files
authored
Increase timeout for mlflow test (#79964)
Signed-off-by: David Gomez <david.gomez@broadcom.com>
1 parent ce038cf commit 8908d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vib/mlflow/goss/mlflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ user:
88
gid: 0
99
command:
1010
mlflow-serve:
11-
exec: cd /app && timeout --signal 2 --preserve-status 10 mlflow server
12-
timeout: 15000
11+
exec: cd /app && timeout --signal 2 --preserve-status 20 mlflow server
12+
timeout: 30000
1313
exit-status: 1
1414
stderr:
1515
- "Listening at"

0 commit comments

Comments
 (0)