You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/05/20 18:40:21 UTC

[isis] branch master updated: ISIS-2341: triple the jib.httpTimeout 20 -> 60 seconds

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new c41aab3  ISIS-2341: triple the jib.httpTimeout 20 -> 60 seconds
c41aab3 is described below

commit c41aab346524b803590d0f111e72f2d999cbc526
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 20 20:40:09 2020 +0200

    ISIS-2341: triple the jib.httpTimeout 20 -> 60 seconds
---
 scripts/ci/build-demo-app.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/ci/build-demo-app.sh b/scripts/ci/build-demo-app.sh
index 99d9edd..2ac5c0e 100644
--- a/scripts/ci/build-demo-app.sh
+++ b/scripts/ci/build-demo-app.sh
@@ -92,6 +92,7 @@ do
 	
 	mvn --batch-mode \
 	    compile jib:build \
+	    -Djib.httpTimeout=60000 \
 	    -Dflavor=$FLAVOR \
 	    -Dskip.git \
 	    -Dskip.arch \