Skip to content

Commit

Permalink
Add comment for clarity
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <ddelnano@pixielabs.ai>
  • Loading branch information
ddelnano committed Aug 1, 2023
1 parent 5cf2850 commit d40389f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ using px::stirling::obj_tools::SymbolMatchType;
int main() {
LOG(INFO) << "Running";

// This sleep is required otherwise when it is run inside a container (via ContainerRunner) we will
// fail to detect the child process's pid during the test case that uses this.
sleep(5);

std::filesystem::path self_path = GetSelfPath().ValueOrDie();
Expand Down

0 comments on commit d40389f

Please sign in to comment.