timeout is now 5 seconds max.
[utils] / crawler / basic / src / org / wamblee / crawler / impl / ConfigurationParser.java
index 7f1e9086106ece4d642959f8516dbdf077274fc9..da3fd2be6bca5511e4eecee6bde3bec562b8e77e 100644 (file)
@@ -61,7 +61,7 @@ public class ConfigurationParser {
 
     private static final int MAX_TRIES = 3;
 
-    private static final int MAX_DELAY = 1000;
+    private static final int MAX_DELAY = 5000;
     
     private XslTransformer _transformer;