aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/core_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core_api.c b/tests/core_api.c
index ca41ee4..c0b291e 100644
--- a/tests/core_api.c
+++ b/tests/core_api.c
@@ -139,7 +139,7 @@ TESTCASE(rt_fork_non_rt, LITMUS,
139 /* parent */ 139 /* parent */
140 140
141 SYSCALL( sleep_next_period() ); 141 SYSCALL( sleep_next_period() );
142 SYSCALL( wait_for_job_release(20) ); 142 SYSCALL( wait_for_job_release(3) );
143 SYSCALL( get_job_no(&job_no) ); 143 SYSCALL( get_job_no(&job_no) );
144 144
145 SYSCALL( task_mode(BACKGROUND_TASK) ); 145 SYSCALL( task_mode(BACKGROUND_TASK) );