summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-28 12:40:00 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-28 12:40:00 +0000
commitb442e48e247d850ff3046bcc8179adc36e63a65a (patch)
treed42c82abb3d1c5baa93920ee4eacf2caa09ab852 /TAO/performance-tests
parent856304675ba27fb9fde2365d4df696e9272dadab (diff)
downloadATCD-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-xTAO/performance-tests/Latency/AMI/run_test.pl3
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;