You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by lq...@apache.org on 2017/06/06 08:47:40 UTC

[5/5] qpid-broker-j git commit: NO-JIRA: Increase test timeout to avoid frequent false positive

NO-JIRA: Increase test timeout to avoid frequent false positive


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/68893975
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/68893975
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/68893975

Branch: refs/heads/master
Commit: 688939757434f0d9486c0bcc4e0a906e10cd5d30
Parents: 2a09db6
Author: Lorenz Quack <lq...@apache.org>
Authored: Tue Jun 6 09:25:17 2017 +0100
Committer: Lorenz Quack <lq...@apache.org>
Committed: Tue Jun 6 09:25:17 2017 +0100

----------------------------------------------------------------------
 .../apache/qpid/server/security/SiteSpecificTrustStoreTest.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/68893975/broker-core/src/test/java/org/apache/qpid/server/security/SiteSpecificTrustStoreTest.java
----------------------------------------------------------------------
diff --git a/broker-core/src/test/java/org/apache/qpid/server/security/SiteSpecificTrustStoreTest.java b/broker-core/src/test/java/org/apache/qpid/server/security/SiteSpecificTrustStoreTest.java
index 57e7c4b..637a04b 100644
--- a/broker-core/src/test/java/org/apache/qpid/server/security/SiteSpecificTrustStoreTest.java
+++ b/broker-core/src/test/java/org/apache/qpid/server/security/SiteSpecificTrustStoreTest.java
@@ -68,8 +68,8 @@ public class SiteSpecificTrustStoreTest extends QpidTestCase
     public void setUp() throws Exception
     {
         super.setUp();
-        int connectTimeout = Integer.getInteger("SiteSpecificTrustStoreTest.connectTimeout", 100);
-        int readTimeout = Integer.getInteger("SiteSpecificTrustStoreTest.readTimeout", 100);
+        int connectTimeout = Integer.getInteger("SiteSpecificTrustStoreTest.connectTimeout", 1000);
+        int readTimeout = Integer.getInteger("SiteSpecificTrustStoreTest.readTimeout", 1000);
         setTestSystemProperty(SiteSpecificTrustStore.TRUST_STORE_SITE_SPECIFIC_CONNECT_TIMEOUT, String.valueOf(connectTimeout));
         setTestSystemProperty(SiteSpecificTrustStore.TRUST_STORE_SITE_SPECIFIC_READ_TIMEOUT, String.valueOf(readTimeout));
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org