summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols/receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Protocols/receiver.cpp')
-rw-r--r--TAO/performance-tests/Protocols/receiver.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/performance-tests/Protocols/receiver.cpp b/TAO/performance-tests/Protocols/receiver.cpp
index 608bf5272f0..bb59104867d 100644
--- a/TAO/performance-tests/Protocols/receiver.cpp
+++ b/TAO/performance-tests/Protocols/receiver.cpp
@@ -3,6 +3,7 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/Sample_History.h"
#include "ace/High_Res_Timer.h"
#include "ace/Stats.h"
@@ -378,6 +379,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
poa_manager->activate ();
orb->run ();
+ ACE_OS::sleep(1);
}
catch (const CORBA::Exception& ex)
{