You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2021/04/14 18:14:41 UTC

[tomee-tck] branch jakartaee9-tck updated: WebSocket tests

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

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


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 07ffd6f  WebSocket tests
07ffd6f is described below

commit 07ffd6f407abf91e338d6457d30c233ba5c6c19e
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Apr 14 20:14:01 2021 +0200

    WebSocket tests
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 src/test/resources/testsuite.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index ea68a9e..cd7eeef 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -49,6 +49,7 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \
         -Dcom.sun.aas.configRoot=${javaee.home}/config \
         -Ddeliverable.class=${deliverable.class} \
         -Dopenejb.validation.output.level=3 \
+        -Djava.security.egd=file:/dev/./urandom \
         $testExecuteClass \
         $testExecuteArgs
 
@@ -225,7 +226,7 @@ test.ejb.stateful.timeout.wait.seconds=660
 
 harness.log.port=%harness.log.port%
 
-
+ws_wait=6
 javatest.timeout.factor=3.0
 
 imap.port = 3143