Skip to content

Commit 50f04b9

Browse files
committed
Reverted the wait after setting secret rotation from 35 back to 60 seconds
1 parent cbac857 commit 50f04b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bats/e2e-provider.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function enable_secret_rotation() {
109109
kubectl wait -n rotation --for=condition=Ready --timeout=60s pod ${curl_pod_name}
110110
local pod_ip=$(kubectl get pod -n kube-system -l app=csi-secrets-store-e2e-provider -o jsonpath="{.items[0].status.podIP}")
111111
run kubectl exec ${curl_pod_name} -n rotation -- curl http://${pod_ip}:8080/rotation?rotated=true
112-
sleep 35 # 30 is poll interval, 5 second grace should be enough
112+
sleep 60
113113
}
114114

115115
function disable_secret_rotation() {

0 commit comments

Comments
 (0)