Skip to content

Commit

Permalink
chore(test/libsinsp_e2e): try to increase sleep time to fix CI on new…
Browse files Browse the repository at this point in the history
… arm64 runners.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Oct 21, 2024
1 parent b74f87c commit 73e6f0c
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 @@ -264,7 +264,7 @@ static void run_container_docker_test(bool fork_after_container_start) {
ASSERT_TRUE(false);
}

sleep(2);
sleep(5);

ASSERT_TRUE(system("docker kill libsinsp_docker > /dev/null 2>&1 || true") == 0);
ASSERT_TRUE(system("docker rm -v libsinsp_docker > /dev/null 2>&1") == 0);
Expand Down

0 comments on commit 73e6f0c

Please sign in to comment.