summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtime/test.c')
-rw-r--r--testsuites/psxtests/psxtime/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index a895273651..c8741d8fa5 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -92,11 +92,11 @@ void check_a_tod(
a_tm = gmtime( &a_time_t );
printf( "gmtime: %s\n", asctime( a_tm ) );
- status = rtems_task_wake_after( 5 * rtems_clock_get_ticks_per_second() );
+ status = rtems_task_wake_after( rtems_clock_get_ticks_per_second() );
i++;
- } while( i < 6 );
+ } while( i <= 3 );
}
void test_adjtime(void)