This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/travis-fix by this push:
new 10ce5ca Another timeout bump to solve travis.
10ce5ca is described below
commit 10ce5ca8cf483127aeb0370882093cca6163863f
Author: stephen <[email protected]>
AuthorDate: Wed Nov 13 21:29:58 2019 -0500
Another timeout bump to solve travis.
---
.../org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
index 20980d2..f25b170 100644
---
a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
+++
b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/server/GremlinServerIntegrateTest.java
@@ -1196,7 +1196,7 @@ public class GremlinServerIntegrateTest extends
AbstractGremlinServerIntegration
@Test
public void shouldFailOnDeadHost() throws Exception {
- final Cluster cluster = TestClientFactory.build().create();
+ final Cluster cluster =
TestClientFactory.build().maxWaitForConnection(90000).create();
final Client client = cluster.connect();
// ensure that connection to server is good