summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp09/screen10.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp09/screen10.c')
-rw-r--r--testsuites/sptests/sp09/screen10.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/sptests/sp09/screen10.c b/testsuites/sptests/sp09/screen10.c
index 6dd4029feb..7fe865621d 100644
--- a/testsuites/sptests/sp09/screen10.c
+++ b/testsuites/sptests/sp09/screen10.c
@@ -106,6 +106,8 @@ void Screen10()
status,
"rtems_rate_monotonic_period waiting for timeout"
);
+
+ rtems_task_wake_after( 1 );
}
puts(
"TA1 - rtems_rate_monotonic_period(RTEMS_PERIOD_STATUS) - RTEMS_TIMEOUT"