You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/06/05 07:20:38 UTC

[incubator-servicecomb-java-chassis] 02/03: Client Request Timeout support for operation/schema/service level: correcting test case

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 428d32d5b47a7f397d34f95dbf0e0d8596e02727
Author: maheshrajus <ma...@huawei.com>
AuthorDate: Thu May 31 16:42:01 2018 +0530

    Client Request Timeout support for operation/schema/service level: correcting test case
---
 demo/demo-jaxrs/jaxrs-client/src/main/resources/microservice.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/demo/demo-jaxrs/jaxrs-client/src/main/resources/microservice.yaml b/demo/demo-jaxrs/jaxrs-client/src/main/resources/microservice.yaml
index 439a27c..1fbcc79 100644
--- a/demo/demo-jaxrs/jaxrs-client/src/main/resources/microservice.yaml
+++ b/demo/demo-jaxrs/jaxrs-client/src/main/resources/microservice.yaml
@@ -37,5 +37,5 @@ cse:
     timeout:
       jaxrs:
         clientreqtimeout:
-          sayHello: 500
-          add: 500
+          sayHello: 100
+          add: 100

-- 
To stop receiving notification emails like this one, please contact
liubao@apache.org.