summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 23:06:40 +0000
committerpgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-15 23:06:40 +0000
commit6f24a8fc4fd1f1b9aeff736999fa967bfc03186c (patch)
tree0fbebc649ab6a89ef1c61e2d56d9b3fe6e39c956
parent18e134c5c98a14962a3b7d5e69a6615b888fa652 (diff)
downloadATCD-6f24a8fc4fd1f1b9aeff736999fa967bfc03186c.tar.gz
ChangeLogTag: Wed May 15 16:04:37 2002 Priyanka Gontla <pgontla@ece.uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rwxr-xr-xTAO/tests/File_IO/run_test.pl2
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 1b30ec59cb2..62b600023cf 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Wed May 15 16:04:37 2002 Priyanka Gontla <pgontla@ece.uci.edu>
+
+ * tests/File_IO/run_test.pl:
+ Increased the wait time for the ior file. It was raising an
+ exception because of insufficient time.
+
Wed May 15 15:59:42 2002 Jaiganesh Balasubramanian <jai@doc.ece.uci.edu>
* orbsvcs/orbsvcs/Event/rtcorba_event_export.h:
@@ -36,7 +42,6 @@ Wed May 15 15:20:15 2002 Jeff Parsons <parsons@cs.wustl.edu>
before it was returned. Thanks to Craig Rodrigues
<crodrigu@bbn.com> for reporting the bug.
->>>>>>> 1.5549
Wed May 15 11:26:15 2002 Priyanka Gontla <pgontla@ece.uci.edu>
* orbsvcs/tests/Security/Big_Request/Makefile:
diff --git a/TAO/tests/File_IO/run_test.pl b/TAO/tests/File_IO/run_test.pl
index 7a51d05c8f2..32f1198ef12 100755
--- a/TAO/tests/File_IO/run_test.pl
+++ b/TAO/tests/File_IO/run_test.pl
@@ -18,7 +18,7 @@ $CL = new PerlACE::Process ("client", "-k $iorfile");
$SV->Spawn ();
-if (PerlACE::waitforfile_timed ($iorfile, 5) == -1) {
+if (PerlACE::waitforfile_timed ($iorfile, 10) == -1) {
print STDERR "ERROR: cannot find file <$iorfile>\n";
$SV->Kill ();
exit 1;