SLING-6475 - making it possible to run ITs with launchpad 8, adjusted timeout and sample init

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1779297 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 6726b6d..15594d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
         <test.server.password />
 
         <!-- Options for the VM that executes our runnable jar -->
-        <jar.executor.vm.options>-Xmx512m</jar.executor.vm.options>
+        <jar.executor.vm.options>-Xmx2048m</jar.executor.vm.options>
 
         <!-- Change this to use longer or shorter timeouts for testing -->
         <sling.testing.timeout.multiplier>1.0</sling.testing.timeout.multiplier>
@@ -306,14 +306,12 @@
                             ${project.build.directory},${project.build.directory}/sling/additional-bundles
                         </additional.bundles.path>
                         <keepJarRunning>${keepJarRunning}</keepJarRunning>
-                        <server.ready.timeout.seconds>60</server.ready.timeout.seconds>
+                        <server.ready.timeout.seconds>360</server.ready.timeout.seconds>
                         <sling.testing.timeout.multiplier>${sling.testing.timeout.multiplier}
                         </sling.testing.timeout.multiplier>
                         <server.ready.path.1>/:script src="system/sling.js"</server.ready.path.1>
-                        <server.ready.path.2>/.explorer.html:href="/libs/sling/explorer/css/explorer.css"
-                        </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.2>/.explorer.html:href="/libs/sling/explorer/css/explorer.css"</server.ready.path.2>
+                        <server.ready.path.3>/sling-test/sling/sling-test.html:Sling client library tests</server.ready.path.3>
                         <start.bundles.timeout.seconds>30</start.bundles.timeout.seconds>
                         <bundle.install.timeout.seconds>20</bundle.install.timeout.seconds>
 
@@ -363,7 +361,7 @@
         <dependency>
             <groupId>org.apache.jackrabbit.vault</groupId>
             <artifactId>org.apache.jackrabbit.vault</artifactId>
-            <version>3.1.28</version>
+            <version>3.1.30</version>
             <scope>provided</scope>
         </dependency>
         <!-- HTTP -->
@@ -394,7 +392,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.launchpad</artifactId>
-            <version>9-SNAPSHOT</version>
+            <version>8</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>