Skip to content

Commit

Permalink
increased sleeps to get logs
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Apr 8, 2024
1 parent 77a94d8 commit 9321068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _test/kind/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ then
jenkinsci/jenkins

echo "### Checking statefulset config ###"
sleep 30
sleep 60

kubectl get statefulsets -n jenkins
kubectl describe statefulsets/jenkins -n jenkins
Expand All @@ -116,6 +116,7 @@ then
echo "### init ###"
kubectl logs statefulsets/jenkins -c init -n jenkins

sleep 60
echo "### jenkins ###"
kubectl logs statefulsets/jenkins -c jenkins -n jenkins

Expand Down

0 comments on commit 9321068

Please sign in to comment.