You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/11/14 16:16:22 UTC

[tinkerpop] branch travis-fix updated: Extend travis wait time for gremlin-server/console tests

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 63e219c  Extend travis wait time for gremlin-server/console tests
63e219c is described below

commit 63e219ca1dbacb261e47b603623fc77eb2a013c7
Author: stephen <sp...@gmail.com>
AuthorDate: Thu Nov 14 11:15:55 2019 -0500

    Extend travis wait time for gremlin-server/console tests
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c9bc45e..e5f8621 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,9 @@ jobs:
       name: "python"
     - script: "mvn clean install -q -DskipTests && mvn verify -pl :gremlin-javascript"
       name: "javascript"
-    - script: "mvn clean install -q -DskipTests && mvn verify -pl :gremlin-server,:gremlin-console -DskipIntegrationTests=false"
+    - script:
+      - "mvn clean install -q -DskipTests"
+      - "travis_wait 60 mvn verify -pl :gremlin-server,:gremlin-console -DskipIntegrationTests=false"
       name: "gremlin server/console"
     - script:
       - "mvn clean install -q -DskipTests"