Skip to content

Commit

Permalink
fix: wait at most 10m (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar authored Mar 12, 2024
1 parent 4c4003a commit a835188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/risingwave/templates/hooks/post-install-wait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
true &>/dev/null </dev/tcp/$1/$2
}
for i in {1..12}; do
for i in {1..120}; do
if nc_bash $PG_HOSTNAME $PG_PORT; then
break
fi
Expand Down

0 comments on commit a835188

Please sign in to comment.