SLING-11052 - Increase starter timeout during integration tests

Update the start timeout locally and double it for Jenkins.
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>