This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git
commit 1a4a1dd1ba982827fb3d29db96faecf4fcab9cd8 Author: bao.liu <[email protected]> AuthorDate: Wed Jul 4 11:12:52 2018 +0800 [SCB-712]fix Unit test fail --- .../org/apache/servicecomb/demo/pojo/test/PojoIntegrationTestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/pojo-test/src/test/java/org/apache/servicecomb/demo/pojo/test/PojoIntegrationTestBase.java b/integration-tests/pojo-test/src/test/java/org/apache/servicecomb/demo/pojo/test/PojoIntegrationTestBase.java index b67cd53..7eb6f43 100644 --- a/integration-tests/pojo-test/src/test/java/org/apache/servicecomb/demo/pojo/test/PojoIntegrationTestBase.java +++ b/integration-tests/pojo-test/src/test/java/org/apache/servicecomb/demo/pojo/test/PojoIntegrationTestBase.java @@ -68,7 +68,7 @@ public class PojoIntegrationTestBase { assertThat(result, is("Hello Message slow")); assertThat(elapsedTime, - is(both(greaterThan(5000L)).and(lessThan(6000L)))); + is(both(greaterThan(4000L)).and(lessThan(7000L)))); } @Test
