This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/master by this push:
     new 335d083  Give it a bit more time to timeout
335d083 is described below

commit 335d083687dc1f34bce6011d223d62655f0bafa6
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Sat Jan 30 14:26:01 2021 +0100

    Give it a bit more time to timeout
---
 src/test/resources/testsuite.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/resources/testsuite.properties 
b/src/test/resources/testsuite.properties
index 6b940a2..d2f4f1f 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -223,7 +223,7 @@ whitebox-embed-xa=java:comp/env/eis/ejb_Tsr_whitebox-xa.rar
 securedWebServicePort=%webcontainer.default.ssl.port%
 
 # timeout configuration is 4 minutes so we should be good
-test.ejb.stateful.timeout.wait.seconds=60
+test.ejb.stateful.timeout.wait.seconds=180
 
 harness.log.port=%harness.log.port%
 

Reply via email to