Skip to content

Commit

Permalink
test: increase timeouts
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Mar 30, 2024
1 parent b880441 commit dec070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ${KIND} load docker-image ckotzbauer/access-manager:latest

make install deploy

sleep 10
kubectl wait --for=condition=Ready pod -l name=access-manager --timeout=30s
sleep 20
kubectl wait --for=condition=Ready pod -l name=access-manager --timeout=60s
OPERATOR_POD=$(kubectl get pod -l name=access-manager -o jsonpath='{.items[*].metadata.name}')

kubectl create ns namespace1
Expand Down

0 comments on commit dec070f

Please sign in to comment.