summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 17:03:04 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-05 17:03:04 +0000
commit92c4716b11577644fbe80249a9b2e566a39bc3c2 (patch)
tree8a02b3e9c55d39e14163d7c0f1c3ee76ff8debb8 /tests
parentb7e91198f472b7a138411644341c1f66ea444a2b (diff)
downloadATCD-92c4716b11577644fbe80249a9b2e566a39bc3c2.tar.gz
(client): increased sleep time to 10 sec, because a long delay is needed with Purify
Diffstat (limited to 'tests')
-rw-r--r--tests/SPIPE_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SPIPE_Test.cpp b/tests/SPIPE_Test.cpp
index 8cf1d35343a..e829a7e4dcc 100644
--- a/tests/SPIPE_Test.cpp
+++ b/tests/SPIPE_Test.cpp
@@ -42,7 +42,7 @@ client (void *)
ACE_SPIPE_Stream cli_stream;
ACE_SPIPE_Connector con;
- ACE_OS::sleep (3);
+ ACE_OS::sleep (10);
if (con.connect (cli_stream, ACE_SPIPE_Addr (ACE_WIDE_STRING (rendezvous))) == -1)
ACE_ERROR ((LM_ERROR, "%p\n", rendezvous));