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-sightly-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 91bd22a releng: made testing setup more resilient
91bd22a is described below
commit 91bd22abc9cc80cdcc12b3783349cb0395a47625
Author: Radu Cotescu <[email protected]>
AuthorDate: Tue Jan 7 12:50:08 2020 +0100
releng: made testing setup more resilient
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 83fc913..3a19282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,7 +261,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemPropertyVariables>
-
<IT.expected.bundles.count>179</IT.expected.bundles.count>
+
<IT.expected.bundles.count>178</IT.expected.bundles.count>
</systemPropertyVariables>
</configuration>
</plugin>