Skip to content

Commit

Permalink
Increasing the time of the e2e test at server msgtype level
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbcd committed Nov 21, 2024
1 parent e79b195 commit 9ea1588
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 30
sleep 60
logs=$(kubectl logs -n sysdig $pod --tail -1)
if grep "Sent msgtype=31" <<< "$logs"
then
Expand Down

0 comments on commit 9ea1588

Please sign in to comment.