summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/spedfsched04/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/spedfsched04/init.c b/testsuites/sptests/spedfsched04/init.c
index e751e2425e..8625f85a86 100644
--- a/testsuites/sptests/spedfsched04/init.c
+++ b/testsuites/sptests/spedfsched04/init.c
@@ -65,6 +65,8 @@ static rtems_task Task(
status = rtems_rate_monotonic_create( Task_name[ argument ], &RM_period );
directive_failed( status, "rtems_rate_monotonic_create" );
+ rtems_test_spin_until_next_tick();
+
while ( FOREVER ) {
status = rtems_rate_monotonic_period( RM_period, Periods[ argument ] );