From 1492f83691cd67849a6de53595336bf492c94954 Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Mon, 18 Feb 2013 17:30:57 +0000 Subject: [PATCH] AbstractContentReaderLimitTest.maxTimeTest fails from time to time - increase time limit from 1500 ms to 2000 ms git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@46744 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../alfresco/repo/content/AbstractContentReaderLimitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/org/alfresco/repo/content/AbstractContentReaderLimitTest.java b/source/java/org/alfresco/repo/content/AbstractContentReaderLimitTest.java index 33a5cc21c1..f2220be605 100644 --- a/source/java/org/alfresco/repo/content/AbstractContentReaderLimitTest.java +++ b/source/java/org/alfresco/repo/content/AbstractContentReaderLimitTest.java @@ -62,7 +62,7 @@ public class AbstractContentReaderLimitTest // with or without a delay. Used to make sure different runs // don't result in failing tests but at the same time that // they will if there is a real problem. - private static final int MARGIN_OF_ERROR_PERCENTAGE_SLOW = 50; + private static final int MARGIN_OF_ERROR_PERCENTAGE_SLOW = 100; private static final int MARGIN_OF_ERROR_PERCENTAGE_FAST = 900; private DummyAbstractContentReader reader;