summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/Multithreading/ThreadPerConnection
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/Multithreading/ThreadPerConnection')
-rw-r--r--TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl b/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl
index 695244cafc7..95c22f3c9de 100644
--- a/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl
+++ b/TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl
@@ -18,7 +18,7 @@ print STDOUT "Starting MessengerServer\n";
$S = new PerlACE::Process("MessengerServer", "-ORBSvcConf server.conf -ORBEndpoint iiop://localhost");
$S->Spawn();
-if (PerlACE::waitforfile_timed ($ior, 5) == -1) {
+if (PerlACE::waitforfile_timed ($ior, $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$ior>\n";
$S->Kill();
unlink $ior;