This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 4e75a23 increase timeout for ITs
4e75a23 is described below
commit 4e75a2345b208b31f235529bb1f0c99638d5bc6f
Author: Konrad Windszus <[email protected]>
AuthorDate: Sat Jul 8 10:16:20 2023 +0200
increase timeout for ITs
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f7cb59d..dfda7e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
<sling.java.version>8</sling.java.version>
<mavenVersion>3.3.1</mavenVersion><!-- minimum target Maven version
this plugin is compatible with -->
<maven.compiler.target>${sling.java.version}</maven.compiler.target><!-- also
set target next to release due to
https://issues.apache.org/jira/browse/MPLUGIN-404 -->
-
<starter-its.startTimeoutSeconds>60</starter-its.startTimeoutSeconds><!-- the
time in seconds to wait for Sling Starter Feature to be started for the ITs -->
+
<starter-its.startTimeoutSeconds>120</starter-its.startTimeoutSeconds><!-- the
time in seconds to wait for Sling Starter Feature to be started for the ITs -->
<project.build.outputTimestamp>1660726230</project.build.outputTimestamp>
</properties>