Skip to content

Commit

Permalink
Fix for testConnectionTimeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
soklakov committed Sep 21, 2018
1 parent 415c3cb commit 264f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/testsuite/x/devapi/SessionFailoverTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public void testConnectionTimeout() throws Exception {
testConnectionTimeout_assertFailureTimeout(buildConnectionString(fakeHost), 10000, 11000);

// TS4_1 Create a session to a remote offline host setting "connect-timeout" to zero (0). The connection must not timeout until cancelled.
testConnectionTimeout_assertFailureTimeout(buildConnectionString(fakeHost) + "?" + makeParam(PropertyKey.xdevapiConnectTimeout, "0", true), 120000,
testConnectionTimeout_assertFailureTimeout(buildConnectionString(fakeHost) + "?" + makeParam(PropertyKey.xdevapiConnectTimeout, "0", true), 12000,
600000);

// TS6_1 Create a session using the fail over functionality passing two different Server address.
Expand Down

0 comments on commit 264f746

Please sign in to comment.