diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2004-10-28 12:40:00 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2004-10-28 12:40:00 +0000 |
commit | b442e48e247d850ff3046bcc8179adc36e63a65a (patch) | |
tree | d42c82abb3d1c5baa93920ee4eacf2caa09ab852 /TAO/performance-tests | |
parent | 856304675ba27fb9fde2365d4df696e9272dadab (diff) | |
download | ATCD-b442e48e247d850ff3046bcc8179adc36e63a65a.tar.gz |
ChangeLogTag: Thu Oct 28 07:39:15 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/performance-tests')
-rwxr-xr-x | TAO/performance-tests/Latency/AMI/run_test.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/performance-tests/Latency/AMI/run_test.pl b/TAO/performance-tests/Latency/AMI/run_test.pl index 88eff11adac..692971538cc 100755 --- a/TAO/performance-tests/Latency/AMI/run_test.pl +++ b/TAO/performance-tests/Latency/AMI/run_test.pl @@ -29,7 +29,8 @@ if (PerlACE::waitforfile_timed ($iorfile, 15) == -1) { exit 1; } -$client = $CL->SpawnWaitKill (60); +## Very slow machines need > 3 minutes to finish +$client = $CL->SpawnWaitKill (210); $server = $SV->WaitKill (10); unlink $iorfile; |