Skip to content

Commit

Permalink
change wait time in install-kurator.sh
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
  • Loading branch information
LiZhenCheng9527 committed Feb 23, 2024
1 parent cffbca7 commit b8499fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/e2e-test/install-kurator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export KUBECONFIG=${MAIN_KUBECONFIG}
COMMIT_ID=$(git rev-parse --short HEAD)
VERSION=$(echo "$COMMIT_ID" | grep -o '^[0-9]')

sleep 5s
sleep 10s

helm repo add jetstack https://charts.jetstack.io
helm repo update
Expand Down

0 comments on commit b8499fc

Please sign in to comment.