aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fdso.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fdso.c')
-rw-r--r--tests/fdso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fdso.c b/tests/fdso.c
index fda343f..570ea4a 100644
--- a/tests/fdso.c
+++ b/tests/fdso.c
@@ -66,7 +66,7 @@ TESTCASE(not_inherit_od, GSN_EDF | PSN_EDF,
66 ASSERT( pid != -1 ); 66 ASSERT( pid != -1 );
67 67
68 /* must be an RT task to lock at all */ 68 /* must be an RT task to lock at all */
69 SYSCALL( sporadic_partitioned(10, 100, 0) ); 69 SYSCALL( sporadic_partitioned(ms2ns(10), ms2ns(100), 0) );
70 SYSCALL( task_mode(LITMUS_RT_TASK) ); 70 SYSCALL( task_mode(LITMUS_RT_TASK) );
71 71
72 if (pid == 0) { 72 if (pid == 0) {