Skip to content

Commit

Permalink
hack/deploy: increase wait timeout
Browse files Browse the repository at this point in the history
the e2e nightly workflow constantly timesout when running this script.
although triggering the same workflow manually doesn't timeout, increase
the timeout anyway to see if it helps the nightly run.
  • Loading branch information
flavianmissi committed Dec 21, 2021
1 parent 881b6fb commit 242464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export SUBSCRIPTION_PATH=${SUBSCRIPTION_PATH:-'./bundle/quay-operator.subscripti
export QUAY_SAMPLE_PATH=${QUAY_SAMPLE_PATH:-'./config/samples/managed.quayregistry.yaml'}
export OPERATOR_PKG_NAME=${OPERATOR_PKG_NAME:-'quay-operator-test'}
export NAMESPACE=${NAMESPACE:-'quay-operator-e2e-nightly'}
export WAIT_TIMEOUT=${WAIT_TIMEOUT:-'10m'}
export WAIT_TIMEOUT=${WAIT_TIMEOUT:-'20m'}

info 'calculating catalog index image digest'

Expand Down

0 comments on commit 242464b

Please sign in to comment.