This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch ci-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/ci-fix by this push:
     new 139e9a2  Increased timeouts slightly for build runs
139e9a2 is described below

commit 139e9a298fe6552e66f60d89467d45bd28b17c10
Author: Stephen Mallette <[email protected]>
AuthorDate: Tue Dec 28 15:03:31 2021 -0500

    Increased timeouts slightly for build runs
---
 .github/workflows/build-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index ec0b2e3..2baf1f1 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -30,7 +30,7 @@ jobs:
         run: mvn clean install -pl -:gremlin-javascript -Dci --batch-mode 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
   gremlin-server:
     name: gremlin-server
-    timeout-minutes: 45
+    timeout-minutes: 50
     needs: smoke
     runs-on: ubuntu-latest
     steps:
@@ -161,7 +161,7 @@ jobs:
           mvn verify -pl :gremlin-dotnet,:gremlin-dotnet-tests -P 
gremlin-dotnet
   neo4j-gremlin:
     name: neo4j-gremlin
-    timeout-minutes: 20
+    timeout-minutes: 30
     needs: smoke
     runs-on: ubuntu-latest
     steps:

Reply via email to