You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/04/06 16:20:57 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: trivial: increased timeout for service ready

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

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 91d0bf3  trivial: increased timeout for service ready
91d0bf3 is described below

commit 91d0bf37da7a00361c33fa6d12281dafcc781804
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Mon Apr 6 18:20:46 2020 +0200

    trivial: increased timeout for service ready
---
 .../java/org/apache/sling/scripting/bundle/tracker/it/ITCustomizer.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/it/src/test/java/org/apache/sling/scripting/bundle/tracker/it/ITCustomizer.java b/it/src/test/java/org/apache/sling/scripting/bundle/tracker/it/ITCustomizer.java
index 5e37a35..7445f7b 100644
--- a/it/src/test/java/org/apache/sling/scripting/bundle/tracker/it/ITCustomizer.java
+++ b/it/src/test/java/org/apache/sling/scripting/bundle/tracker/it/ITCustomizer.java
@@ -34,5 +34,6 @@ public class ITCustomizer implements TeleporterRule.Customizer {
         cst.includeDependencyPrefix("org.ops4j.pax.tinybundles");
         cst.includeDependencyPrefix("org.apache.sling.scripting.bundle.tracker.it");
         cst.setTestReadyTimeoutSeconds(20);
+        cst.setWaitForServiceTimoutSeconds(20);
     }
 }