Fixed test
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a98f69c2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a98f69c2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a98f69c2 Branch: refs/heads/camel-2.12.x Commit: a98f69c24304774a5d7d90cffd743acc67aabd61 Parents: a372ac4 Author: Claus Ibsen <[email protected]> Authored: Mon Dec 2 09:19:59 2013 +0100 Committer: Claus Ibsen <[email protected]> Committed: Mon Dec 2 09:22:13 2013 +0100 ---------------------------------------------------------------------- .../testng/AbstractCamelTestNGSpringContextTestsPlainTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a98f69c2/components/camel-testng/src/test/java/org/apache/camel/testng/AbstractCamelTestNGSpringContextTestsPlainTest.java ---------------------------------------------------------------------- diff --git a/components/camel-testng/src/test/java/org/apache/camel/testng/AbstractCamelTestNGSpringContextTestsPlainTest.java b/components/camel-testng/src/test/java/org/apache/camel/testng/AbstractCamelTestNGSpringContextTestsPlainTest.java index 1984450..d1aa63d 100644 --- a/components/camel-testng/src/test/java/org/apache/camel/testng/AbstractCamelTestNGSpringContextTestsPlainTest.java +++ b/components/camel-testng/src/test/java/org/apache/camel/testng/AbstractCamelTestNGSpringContextTestsPlainTest.java @@ -102,9 +102,10 @@ public class AbstractCamelTestNGSpringContextTestsPlainTest @Test public void testStopwatch() { StopWatch stopWatch = StopWatchTestExecutionListener.getStopWatch(); - + + // some servers is slower assertNotNull(stopWatch); - assertTrue(stopWatch.taken() < 100); + assertTrue(stopWatch.taken() < 1000); } @Test
