diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-19 12:47:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-04-19 12:47:07 +0000 |
commit | 9eb192a98cc7ba1ad411b9c44e1e600ccfe236b8 (patch) | |
tree | 695896562aa1f5abbde5accc7d585e002aebbfeb /TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows | |
parent | e994589779a9df72f88c6e407b9ae4990fd01620 (diff) | |
download | ATCD-9eb192a98cc7ba1ad411b9c44e1e600ccfe236b8.tar.gz |
Thu Apr 19 12:43:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows')
-rwxr-xr-x | TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/run_test.pl b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/run_test.pl index 2b53d1e8f49..1a8ac835067 100755 --- a/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/run_test.pl +++ b/TAO/orbsvcs/tests/AVStreams/Bidirectional_Flows/run_test.pl @@ -30,7 +30,7 @@ print STDERR "Starting Naming Service\n"; $NS->Spawn (); -if (PerlACE::waitforfile_timed ($nsior, 5) == -1) { +if (PerlACE::waitforfile_timed ($nsior, $PerlACE::wait_interval_for_process_creation) == -1) { print STDERR "ERROR: cannot find naming service IOR file\n"; $NS->Kill (); exit 1; |