[ https://issues.apache.org/jira/browse/TINKERPOP-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16487604#comment-16487604 ]
ASF GitHub Bot commented on TINKERPOP-1897: ------------------------------------------- Github user FlorianHockmann commented on a diff in the pull request: https://github.com/apache/tinkerpop/pull/802#discussion_r190319039 --- Diff: gremlin-driver/src/test/java/org/apache/tinkerpop/gremlin/driver/ResultQueueTest.java --- @@ -281,7 +281,7 @@ public void shouldDrainAsItemsArrive() throws Exception { latch.countDown(); }); - assertThat(latch.await(3000, TimeUnit.MILLISECONDS), is(true)); + assertThat(latch.await(10000, TimeUnit.MILLISECONDS), is(true)); --- End diff -- No specific reason, I just ran into this timeout multiple times and I assumed that others could run into the same problem with slow systems / a smaller VM. But I can of course revert this change if the timeout shouldn't have such a high value for this test. > Provide Docker images of Gremlin Server and Console > --------------------------------------------------- > > Key: TINKERPOP-1897 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1897 > Project: TinkerPop > Issue Type: Improvement > Components: console, server > Affects Versions: 3.2.7 > Reporter: Florian Hockmann > Assignee: Florian Hockmann > Priority: Major > > TinkerPop should provide Docker images of Gremlin Server and Gremlin Console > that are deployed together with each release. > This originated from the mailing list: > [https://lists.apache.org/thread.html/744ae19afa9b2fd1984c1e11114dddc588e98786d9c21b633aab8bfa@%3Cdev.tinkerpop.apache.org%3E] -- This message was sent by Atlassian JIRA (v7.6.3#76005)