summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimes01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtimes01/init.c')
-rw-r--r--testsuites/psxtests/psxtimes01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtimes01/init.c b/testsuites/psxtests/psxtimes01/init.c
index 7e191d0a15..d5b573bf15 100644
--- a/testsuites/psxtests/psxtimes01/init.c
+++ b/testsuites/psxtests/psxtimes01/init.c
@@ -48,7 +48,7 @@ rtems_task Init(
rtems_test_assert( sc == -1 );
rtems_test_assert( errno == EFAULT );
- while ( rtems_clock_get_ticks_since_boot() == 0 )
+ while ( rtems_clock_get_ticks_since_boot() <= 2 )
;
puts( "_times( &start_tm ) -- OK" );