Skip to content

Commit

Permalink
Tuning e2e event checker to 100 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 21, 2024
1 parent 9ea1588 commit b0d1cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 60
sleep 100
logs=$(kubectl logs -n sysdig $pod --tail -1)
if grep "Sent msgtype=31" <<< "$logs"
then
Expand Down

0 comments on commit b0d1cc9

Please sign in to comment.