Skip to content

Commit

Permalink
Merge pull request #38 from adelnobel/patch-1
Browse files Browse the repository at this point in the history
Get rid of zombie processes
  • Loading branch information
virusdefender authored Jul 6, 2020
2 parents c75945a + db6aa2c commit 0b5299f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_src/integration/child_proc_real_time_limit.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int main()
}

if (pid == 0) {
sleep(10000);
sleep(10);
}
else {
struct rusage resource_usage;
Expand All @@ -26,4 +26,4 @@ int main()
}

return 0;
}
}

0 comments on commit 0b5299f

Please sign in to comment.