Author: asoldano
Date: 2014-03-07 09:00:31 -0500 (Fri, 07 Mar 2014)
New Revision: 18480
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/AnnotatedSignEncryptTestCase.java
Log:
Further increate test timeout to prevent failures on Hudson host due to slow cpu
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/AnnotatedSignEncryptTestCase.java
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/AnnotatedSignEncryptTestCase.java 2014-03-07
13:56:54 UTC (rev 18479)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/samples/wsse/policy/basic/AnnotatedSignEncryptTestCase.java 2014-03-07
14:00:31 UTC (rev 18480)
@@ -65,7 +65,7 @@
Service service = Service.create(wsdlURL, serviceName);
AnnotatedServiceIface proxy =
(AnnotatedServiceIface)service.getPort(AnnotatedServiceIface.class);
setupWsse(proxy);
- ((BindingProvider)proxy).getRequestContext().put(Message.RECEIVE_TIMEOUT,
90000);
+ ((BindingProvider)proxy).getRequestContext().put(Message.RECEIVE_TIMEOUT,
120000);
assertEquals("Secure Hello World!", proxy.sayHello());
} catch (Exception e) {
throw CryptoHelper.checkAndWrapException(e);
Show replies by date