diff --git a/tests/test_src/integration/child_proc_real_time_limit.c b/tests/test_src/integration/child_proc_real_time_limit.c index c31b22f..05f03b2 100644 --- a/tests/test_src/integration/child_proc_real_time_limit.c +++ b/tests/test_src/integration/child_proc_real_time_limit.c @@ -16,7 +16,7 @@ int main() } if (pid == 0) { - sleep(10000); + sleep(10); } else { struct rusage resource_usage; @@ -26,4 +26,4 @@ int main() } return 0; -} \ No newline at end of file +}