Skip to content

Commit

Permalink
Wait a bit longer for pods to spin up.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilmour committed Sep 8, 2016
1 parent 84ce4b7 commit 0e83a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kubernetes-cluster/tenant-frontend-backend
Expand Up @@ -119,7 +119,7 @@ create_deployment() {
return 1
fi

local intervals=(1 1 2 5 8)
local intervals=(1 1 2 5 5 5 5 5)
local ready=0
for i in "${intervals[@]}"; do
{ read -r replicas; read -r available; } < <(kubectl --namespace="$tenant_name" get deployment "$name" -o json | jq '.spec.replicas // empty, .status.availableReplicas // empty')
Expand Down

0 comments on commit 0e83a26

Please sign in to comment.