aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Brandenburg <bbb@mpi-sws.org>2012-08-14 14:27:22 -0400
committerBjoern Brandenburg <bbb@mpi-sws.org>2012-08-14 14:46:12 -0400
commita72371ea7d7b13bf0126b4636a7cba9e03ea12b8 (patch)
tree47ee4a9596c1194191b786fe732ec74ac58d3cf4
parentef69f4de3d239bc45e5265f58cf8f802b1c4699c (diff)
Reduce artifical delay in test
The 2 second delay was quite annoying. Make it short enough to not be so obvious.
-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) );