[bitnami/mlflow] Increase runs/search timeout (#27154)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero
2024-06-13 16:15:24 +02:00
committed by GitHub
parent 78db437210
commit 1da7791329

View File

@@ -71,7 +71,7 @@ http:
- /FINISHED/
# The job uses RandomForestRegressor (which is used in the example)
- /RandomForestRegressor/
timeout: 10000
timeout: 30000
http://127.0.0.1:{{ .Vars.tracking.containerPorts.http }}/api/2.0/mlflow/runs/search:
status: 200
username: {{ .Vars.tracking.auth.username }}
@@ -87,7 +87,7 @@ http:
- /FINISHED/
# The job uses RandomForestRegressor (which is used in the example)
- /RandomForestRegressor/
timeout: 10000
timeout: 30000
command:
{{- $uid := .Vars.tracking.containerSecurityContext.runAsUser }}
{{- $gid := .Vars.tracking.podSecurityContext.fsGroup }}