diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-05 19:15:33 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-11-05 19:15:33 +0000 |
commit | 45e6ca7645269bcdfe0db82ebfb2ead2670e63e8 (patch) | |
tree | cc4af75ee3ce28d1c32f574bf5eae60dc2d1a7b1 /TAO/examples/Simple/time | |
parent | 51e453e0e87c7e55327c2e5c0ed5fa7b05209ab0 (diff) | |
download | ATCD-45e6ca7645269bcdfe0db82ebfb2ead2670e63e8.tar.gz |
ChangeLogTag: Mon Nov 5 13:08:29 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/examples/Simple/time')
-rwxr-xr-x | TAO/examples/Simple/time/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/time/run_test.pl b/TAO/examples/Simple/time/run_test.pl index 2001e9c85e4..5bd82f64937 100755 --- a/TAO/examples/Simple/time/run_test.pl +++ b/TAO/examples/Simple/time/run_test.pl @@ -18,7 +18,7 @@ $CL = new PerlACE::Process ("client", "-f $iorfile -x"); $SV->Spawn (); -if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) { +if (PerlACE::waitforfile_timed ($iorfile, 10) == -1) { print STDERR "ERROR: Could not find file <$iorfile>\n"; $SV->Kill (); exit 1; |