summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Exceptions/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Exceptions/run_test.pl')
-rwxr-xr-xTAO/tests/AMH_Exceptions/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMH_Exceptions/run_test.pl b/TAO/tests/AMH_Exceptions/run_test.pl
index 4c78cd27121..deff794042a 100755
--- a/TAO/tests/AMH_Exceptions/run_test.pl
+++ b/TAO/tests/AMH_Exceptions/run_test.pl
@@ -11,7 +11,7 @@ use lib "../../../bin";
use PerlACE::Run_Test;
# Amount of delay (in seconds) between starting a server and a client.
-$sleeptime = $PerlACE::wait_interval_for_process_creation;
+$sleeptime = 6;
# File used to pass AMH server ior to its clients.
# This file name is hard-coded in the server.cpp and client.cpp files