diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-26 08:27:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-26 08:27:14 +0000 |
commit | 67eb07ee5ac35a1522e267572cc58251c8c8cb4e (patch) | |
tree | f45794315c807ba4ec4aef299292785c9268153c /TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl | |
parent | 2a314a72a77e4d4e44f19c9e905b2dee280d87ae (diff) | |
download | ATCD-67eb07ee5ac35a1522e267572cc58251c8c8cb4e.tar.gz |
Sun Oct 26 08:26:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl')
-rw-r--r-- | TAO/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl | 2 |
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; |