Fixed test
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c4b34ff6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c4b34ff6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c4b34ff6 Branch: refs/heads/camel-2.11.x Commit: c4b34ff6342deb8d59730fa166682d792bb411ff Parents: a8dd0b5 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:38 2013 +0100 ---------------------------------------------------------------------- .../testng/AbstractCamelTestNGSpringContextTestsPlainTest.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c4b34ff6/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
