summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Inheritance/run_test.pl
diff options
context:
space:
mode:
authorjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-23 18:59:33 +0000
committerjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-23 18:59:33 +0000
commitdb7cd57d5cb8f42536948ea890d245fc414bdbb9 (patch)
treec097bec74b19560ffaa626c903d71d3d6f29f28a /TAO/tests/Multiple_Inheritance/run_test.pl
parent4b409d83deae4a680a9c0c995be9069c8e8bd0ce (diff)
downloadATCD-db7cd57d5cb8f42536948ea890d245fc414bdbb9.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/Multiple_Inheritance/run_test.pl')
-rwxr-xr-xTAO/tests/Multiple_Inheritance/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Multiple_Inheritance/run_test.pl b/TAO/tests/Multiple_Inheritance/run_test.pl
index d85b757c175..ca23c064b4e 100755
--- a/TAO/tests/Multiple_Inheritance/run_test.pl
+++ b/TAO/tests/Multiple_Inheritance/run_test.pl
@@ -12,7 +12,7 @@ $iorfile = "server.ior";
$SV = Process::Create ($EXEPREFIX."server$EXE_EXT",
" -f $iorfile");
-if (ACE::waitforfile_timed ($iorfile, 5) == -1) {
+if (ACE::waitforfile_timed ($iorfile, 15) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill (); $SV->TimedWait (1);
exit 1;