You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/01/11 08:35:41 UTC

[sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests] branch master updated: SLING-10051 Stabilize integration tests running on ci-builds

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new a595a96  SLING-10051 Stabilize integration tests running on ci-builds
a595a96 is described below

commit a595a967ce73bf29969fac64b179751c3d82d11e
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jan 11 09:35:05 2021 +0100

    SLING-10051 Stabilize integration tests running on ci-builds
    
    increase server.ready.timeout.seconds
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1f3d437..3ed5147 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
             <server.ready.path.2>/bin/browser.html</server.ready.path.2>
             <server.ready.path.3>/sling-test/sling/sling-test.html:Sling client library tests</server.ready.path.3>
             <server.ready.path.4>/org.apache.sling.launchpad.testservices.repository.FirstRepositoryInitializer/SecondRepositoryInitializer.txt</server.ready.path.4>
-            <server.ready.timeout.seconds>120</server.ready.timeout.seconds>
+            <server.ready.timeout.seconds>300</server.ready.timeout.seconds>
           </systemPropertyVariables>
           <dependenciesToScan>
             <dependency>org.apache.sling:org.apache.sling.launchpad.integration-tests</dependency>