summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-05 19:15:33 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-05 19:15:33 +0000
commit45e6ca7645269bcdfe0db82ebfb2ead2670e63e8 (patch)
treecc4af75ee3ce28d1c32f574bf5eae60dc2d1a7b1 /TAO/examples/Simple/time
parent51e453e0e87c7e55327c2e5c0ed5fa7b05209ab0 (diff)
downloadATCD-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-xTAO/examples/Simple/time/run_test.pl2
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;