diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-21 03:41:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-21 03:41:16 +0000 |
commit | 81ceb0f179d913626cac9c884f0990f422fe096b (patch) | |
tree | cfdfbfa5c7e3e97d7c4622e8a6f8fcdef3273917 /TAO/tests/Param_Test/run_test.pl | |
parent | 2c36a69dd4f2c65526e4e74d5c8d4ce7ad76a663 (diff) | |
download | ATCD-81ceb0f179d913626cac9c884f0990f422fe096b.tar.gz |
ChangeLogTag:Tue Jul 20 22:37:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/run_test.pl')
-rwxr-xr-x | TAO/tests/Param_Test/run_test.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tests/Param_Test/run_test.pl b/TAO/tests/Param_Test/run_test.pl index a234def7fb9..780906e3949 100755 --- a/TAO/tests/Param_Test/run_test.pl +++ b/TAO/tests/Param_Test/run_test.pl @@ -24,12 +24,11 @@ sub run_test unlink $iorfile; # Ignore errors print STDERR "==== Testing $type === wait....\n"; - sleep 2; $SV = Process::Create ($EXEPREFIX."server".$EXE_EXT, "$debug -o $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; @@ -45,7 +44,7 @@ sub run_test $CL->Kill (); $CL->TimedWait (1); } - $server = $SV->TimedWait (2); + $server = $SV->TimedWait (10); if ($server == -1) { print STDERR "ERROR: server timedout\n"; $SV->Kill (); $SV->TimedWait (1); |