summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/msgtask1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-19 21:44:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-19 21:44:33 +0000
commit2122a0b7f4fe54c17a976b184ce13d4a48c60653 (patch)
tree9a9f2bc43aa868a6920913b5d704b3e217f1a50d /testsuites/mptests/mp14/msgtask1.c
parentModifications from Tony Bennett accepted to return aligned block. (diff)
downloadrtems-2122a0b7f4fe54c17a976b184ce13d4a48c60653.tar.bz2
Modifications from Tony Bennett accepted to tune this test a little.
Diffstat (limited to 'testsuites/mptests/mp14/msgtask1.c')
-rw-r--r--testsuites/mptests/mp14/msgtask1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/mptests/mp14/msgtask1.c b/testsuites/mptests/mp14/msgtask1.c
index 78430a80ef..a8a3ddbd60 100644
--- a/testsuites/mptests/mp14/msgtask1.c
+++ b/testsuites/mptests/mp14/msgtask1.c
@@ -49,6 +49,7 @@ rtems_task Message_queue_task(
if ( status == RTEMS_SUCCESSFUL )
break;
puts( "rtems_message_queue_ident FAILED!!" );
+ rtems_task_wake_after(2);
}
if ( Multiprocessing_configuration.node == 1 ) {