summaryrefslogtreecommitdiff
path: root/TAO/tests/Hello
diff options
context:
space:
mode:
authorgmaxey <gmaxey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-19 00:05:33 +0000
committergmaxey <gmaxey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-19 00:05:33 +0000
commitbe54bb09374b167c8d8517c4d61e3d981d1d04c8 (patch)
tree99b4e36b930ac29f33d2d71b94229bcf53832820 /TAO/tests/Hello
parentc774e1de2a9a21265b6b57128704d9e6614d3aca (diff)
downloadATCD-be54bb09374b167c8d8517c4d61e3d981d1d04c8.tar.gz
ChangeLogTag: Thu Nov 17 15:55:00 2004 Gary Maxey <gary.maxey@hp.com>
Diffstat (limited to 'TAO/tests/Hello')
-rwxr-xr-xTAO/tests/Hello/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Hello/run_test.pl b/TAO/tests/Hello/run_test.pl
index 69805391354..8c0d02aecd2 100755
--- a/TAO/tests/Hello/run_test.pl
+++ b/TAO/tests/Hello/run_test.pl
@@ -17,7 +17,8 @@ $CL = new PerlACE::Process ("client", " -k file://$iorfile");
$SV->Spawn ();
-if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
+if (PerlACE::waitforfile_timed ($iorfile,
+ $PerlACE::wait_interval_for_process_creation) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill (); $SV->TimedWait (1);
exit 1;