Skip to content

Commit

Permalink
increase DocSum readiness timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Abolfazl Shahbazi <[email protected]>
  • Loading branch information
ashahba committed Nov 20, 2024
1 parent 9613c37 commit 6385b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/docsum/templates/tests/test-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
command: ['bash', '-c']
args:
- |
max_retry=20;
max_retry=50;
for ((i=1; i<=max_retry; i++)); do
curl http://{{ include "docsum.fullname" . }}:{{ .Values.service.port }}/v1/docsum -sS --fail-with-body \
-H 'Content-Type: multipart/form-data' \
Expand Down

0 comments on commit 6385b2b

Please sign in to comment.