Skip to content

Commit

Permalink
Wait longer for deployment of apicast-operator (#30)
Browse files Browse the repository at this point in the history
Some deployments may be slower than usual, more time could be needed for
operator to be ready.
  • Loading branch information
Marian Ganisin authored Apr 14, 2023
1 parent e69d068 commit e2da63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/apicast-operator/deploy-apicast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -exuo pipefail
command -v envsubst

TIMEOUT_TIME=5 # each 5sec: 5 * 5sec = 25sec
TIMEOUT_TIME=10 # each 5sec: 10 * 5sec = 50sec
FILE_ROOT=${BASH_SOURCE%/*}
NAMESPACE=${NAMESPACE:="apicast-ga"}

Expand Down

0 comments on commit e2da63d

Please sign in to comment.