summaryrefslogtreecommitdiff
path: root/tests/UPIPE_SAP_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 17:08:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 17:08:22 +0000
commitf58e0ded3ad63b20d9850ae563d80f11c3dab3d6 (patch)
tree04232e0d70be491bef7d99d245e87f494cc09cde /tests/UPIPE_SAP_Test.cpp
parent1cc33cc429e79018972ec84adb2fcb1321912428 (diff)
downloadATCD-f58e0ded3ad63b20d9850ae563d80f11c3dab3d6.tar.gz
(connector): added 5 second sleep to give acceptor a chance to start up
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r--tests/UPIPE_SAP_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp
index d76aed17da3..0f1eec5df2f 100644
--- a/tests/UPIPE_SAP_Test.cpp
+++ b/tests/UPIPE_SAP_Test.cpp
@@ -38,6 +38,8 @@ connector (void *)
ACE_UPIPE_Stream c_stream;
+ ACE_OS::sleep (5);
+
ACE_DEBUG ((LM_DEBUG, "(%t) connector starting connect\n"));
ACE_UPIPE_Connector con;