summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 19:40:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-25 19:40:12 +0000
commit2cc30e90c2febb3bc020807c2b1552429d3d724f (patch)
tree6b54b99d8e653a7102d7c381880bbe90af7120f0 /testsuites/psxtests/psx07/init.c
parent2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-2cc30e90c2febb3bc020807c2b1552429d3d724f.tar.bz2
2010-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* psx07/init.c, psx07/task.c: Introduce enough of a delay so the Init() thread can reliably reach the pthread_join() call.
Diffstat (limited to 'testsuites/psxtests/psx07/init.c')
-rw-r--r--testsuites/psxtests/psx07/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c
index 5577a9ab62..73719ddbba 100644
--- a/testsuites/psxtests/psx07/init.c
+++ b/testsuites/psxtests/psx07/init.c
@@ -583,7 +583,7 @@ void *POSIX_Init(
puts( "Init - pthread_attr_setinheritsched - EXPLICIT - SUCCESSFUL" );
status = pthread_attr_setinheritsched( &attr, PTHREAD_EXPLICIT_SCHED );
- rtems_test_assert( !status );
+ rtems_test_assert( !status );
schedparam.sched_ss_repl_period.tv_sec = 3;
schedparam.sched_ss_repl_period.tv_nsec = 3;