diff --git a/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml b/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml index 0a4f6e6c..0746090e 100644 --- a/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml +++ b/eks-anywhere-common/Testers/Sysdig/sysdig-test-configmap.yaml @@ -19,7 +19,7 @@ data: touch /usr/bin/risky-file # Write below bin history -c # Try to clear bash history # Check if the above generated event has been successfully captured - sleep 30 + sleep 60 logs=$(kubectl logs -n sysdig $pod --tail -1) if grep "Sent msgtype=31" <<< "$logs" then