Author: kwright
Date: Wed Apr 24 21:35:07 2013
New Revision: 1471697
URL: http://svn.apache.org/r1471697
Log:
Update the test to run more quickly
Modified:
manifoldcf/trunk/tests/webcrawler/src/test/java/org/apache/manifoldcf/webcrawler_tests/ThrottlingTester.java
Modified:
manifoldcf/trunk/tests/webcrawler/src/test/java/org/apache/manifoldcf/webcrawler_tests/ThrottlingTester.java
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/webcrawler/src/test/java/org/apache/manifoldcf/webcrawler_tests/ThrottlingTester.java?rev=1471697&r1=1471696&r2=1471697&view=diff
==============================================================================
---
manifoldcf/trunk/tests/webcrawler/src/test/java/org/apache/manifoldcf/webcrawler_tests/ThrottlingTester.java
(original)
+++
manifoldcf/trunk/tests/webcrawler/src/test/java/org/apache/manifoldcf/webcrawler_tests/ThrottlingTester.java
Wed Apr 24 21:35:07 2013
@@ -67,11 +67,11 @@ public class ThrottlingTester
cn.addChild(cn.getChildCount(),con);
ConfigurationNode maxKB = new
ConfigurationNode(WebcrawlerConfig.NODE_MAXKBPERSECOND);
- maxKB.setAttribute(WebcrawlerConfig.ATTR_VALUE,"16");
+ maxKB.setAttribute(WebcrawlerConfig.ATTR_VALUE,"128");
cn.addChild(cn.getChildCount(),maxKB);
ConfigurationNode maxFetches = new
ConfigurationNode(WebcrawlerConfig.NODE_MAXFETCHESPERMINUTE);
- maxFetches.setAttribute(WebcrawlerConfig.ATTR_VALUE,"12");
+ maxFetches.setAttribute(WebcrawlerConfig.ATTR_VALUE,"120");
cn.addChild(cn.getChildCount(),maxFetches);
cp.addChild(cp.getChildCount(),cn);