Skip to content

Commit

Permalink
fix container_cgroups
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
  • Loading branch information
therealbobo committed Sep 21, 2024
1 parent 8f6d7ad commit bdbfa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsinsp_e2e/container/container.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TEST_F(sys_call_test, container_cgroups) {

if(ctid >= 0) {
if(ctid == 0) {
sleep(1);
sleep(5);
// _exit prevents asan from complaining for a false positive memory leak.
_exit(0);
} else {
Expand Down

0 comments on commit bdbfa7d

Please sign in to comment.