Skip to content

Commit dcac90f

Browse files
doc: Increase timeout
1 parent a9b79a2 commit dcac90f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/opensearch/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969

7070
echo "Waiting on OpenSearch StatefulSet ..."
7171
# tag::await-cluster[]
72-
kubectl rollout status --watch statefulset/simple-opensearch-nodes-default --timeout 300s
72+
kubectl rollout status --watch statefulset/simple-opensearch-nodes-default --timeout 600s
7373
# end::await-cluster[]
7474

7575
# wait a bit for the port to open

docs/modules/opensearch/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ done
6969

7070
echo "Waiting on OpenSearch StatefulSet ..."
7171
# tag::await-cluster[]
72-
kubectl rollout status --watch statefulset/simple-opensearch-nodes-default --timeout 300s
72+
kubectl rollout status --watch statefulset/simple-opensearch-nodes-default --timeout 600s
7373
# end::await-cluster[]
7474

7575
# wait a bit for the port to open

0 commit comments

Comments
 (0)