You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/01/13 12:15:28 UTC

[sling-org-apache-sling-launchpad-testing] branch master updated: SLING-11052 - Increase starter timeout during integration tests

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 840ac2c  SLING-11052 - Increase starter timeout during integration tests
840ac2c is described below

commit 840ac2c96ae9f2492f3a42c7d2e8aee96c639c06
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Jan 13 12:54:40 2022 +0100

    SLING-11052 - Increase starter timeout during integration tests
    
    Update the start timeout locally and double it for Jenkins.
---
 .sling-module.json | 1 +
 pom.xml            | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.sling-module.json b/.sling-module.json
index 1620886..4b09ef2 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -3,6 +3,7 @@
         "rebuildFrequency": "@daily",
         "sonarQubeEnabled": false,
         "jdks": [8, 11, 17],
+        "additionalMavenParams": "-Dit.startTimeoutSeconds=120",
         "archivePatterns": [
             "**/logs/*.log"
         ],
diff --git a/pom.xml b/pom.xml
index c856f8b..18675cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
 
         <min.port>41000</min.port>
         <max.port>41199</max.port>
+        <it.startTimeoutSeconds>60</it.startTimeoutSeconds>
     </properties>
 
     <build>
@@ -147,6 +148,7 @@
                                     <org.osgi.service.http.port>${http.port}</org.osgi.service.http.port>
                                 </frameworkProperties>
                             </launcherArguments>
+                            <startTimeoutSeconds>${it.startTimeoutSeconds}</startTimeoutSeconds>
                         </launch>
                     </launches>
                 </configuration>