summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio03/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxaio03/init.c')
-rw-r--r--testsuites/psxtests/psxaio03/init.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/testsuites/psxtests/psxaio03/init.c b/testsuites/psxtests/psxaio03/init.c
index cfd3133379..8d3fe2eb32 100644
--- a/testsuites/psxtests/psxaio03/init.c
+++ b/testsuites/psxtests/psxaio03/init.c
@@ -112,13 +112,12 @@ POSIX_Init (void *argument)
status = aio_read (aiocbp[6]);
rtems_test_assert (status != -1);
- puts (" Init: going to sleep for 60 sec ");
- sleep (60);
- puts (" Init: going to sleep again for 60 sec ");
- sleep (60);
- puts (" Init: going to sleep again for 60 sec ");
- sleep (60);
- puts ("\n\n*** POSIX AIO TEST 03 ***");
+ puts (" Init: going to sleep for 5 sec ");
+ sleep (5);
+ puts (" Init: going to sleep again for 5 sec ");
+ sleep (5);
+ puts (" Init: going to sleep again for 5 sec ");
+ sleep (5);
puts ("*** END OF POSIX AIO TEST 03 ***");