Skip to content

Commit

Permalink
Modified test sleep parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 21, 2024
1 parent bb08da2 commit 1212d27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
#!/bin/bash
echo -e "\n # Validation process started #"
kubectl wait pods -n sysdig -l app=sysdig-agent --for condition=Ready --timeout=150s
sleep 180
sleep 90
pod=$(kubectl get pod -l app=sysdig-agent -n sysdig -o name)
logs=$(kubectl logs -n sysdig $pod --tail -1)
if grep "Communication with server successful" <<< "$logs"
Expand Down

0 comments on commit 1212d27

Please sign in to comment.