don't let timeout skew benchmark stats

This commit is contained in:
xvrl 2013-01-16 16:02:51 -08:00
parent a2090411a3
commit e2788187fb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class MemcachedCacheBrokerBenchmark extends SimpleBenchmark
cache = new MemcachedCacheBroker(
client,
500, // 500 milliseconds
30000, // 30 seconds
3600 // 1 hour
);