diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-05 17:08:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-05 17:08:22 +0000 |
commit | f58e0ded3ad63b20d9850ae563d80f11c3dab3d6 (patch) | |
tree | 04232e0d70be491bef7d99d245e87f494cc09cde /tests | |
parent | 1cc33cc429e79018972ec84adb2fcb1321912428 (diff) | |
download | ATCD-f58e0ded3ad63b20d9850ae563d80f11c3dab3d6.tar.gz |
(connector): added 5 second sleep to give acceptor a chance to start up
Diffstat (limited to 'tests')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 2 |
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; |