diff --git a/acceptance-tests/run.sh b/acceptance-tests/run.sh index 7dbc2b4f4e..8fd1f7a10c 100755 --- a/acceptance-tests/run.sh +++ b/acceptance-tests/run.sh @@ -69,7 +69,7 @@ while true; do done -EXECUTION="env JENKINS_JAVA_OPTS=\"${JENKINS_JAVA_OPTS}\" ${ATH_SERVER_HOST} ${ATH_SERVER_PORT} BROWSER=phantomjs LOCAL_SNAPSHOTS=${LOCAL_SNAPSHOTS} ${PLUGINS} PLUGINS_DIR=../runtime-plugins/runtime-deps/target/plugins-combined PATH=\"./target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/:${PATH}\" mvn -Dhudson.model.UsageStatistics.disabled=true -ntp -B -Dmaven.test.failure.ignore ${MAVEN_SETTINGS} test ${PROFILES} ${TEST_TO_RUN}" +EXECUTION="env JENKINS_JAVA_OPTS=\"${JENKINS_JAVA_OPTS}\" ${ATH_SERVER_HOST} ${ATH_SERVER_PORT} BROWSER=phantomjs LOCAL_SNAPSHOTS=${LOCAL_SNAPSHOTS} ${PLUGINS} PLUGINS_DIR=../runtime-plugins/runtime-deps/target/plugins-combined PATH=\"./target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/:${PATH}\" mvn -Dhudson.model.UsageStatistics.disabled=true -DwebDriverDefaultTimeout=180000 -ntp -B -Dmaven.test.failure.ignore ${MAVEN_SETTINGS} test ${PROFILES} ${TEST_TO_RUN}" echo "" echo "> ${EXECUTION}" diff --git a/acceptance-tests/runner/runtime/pom.xml b/acceptance-tests/runner/runtime/pom.xml index ee57bd4ea4..330f5d5eef 100644 --- a/acceptance-tests/runner/runtime/pom.xml +++ b/acceptance-tests/runner/runtime/pom.xml @@ -25,7 +25,7 @@ -Djdk.net.URLClassPath.disableClassPathURLCheck=true 8 1.7.30 - 120000 + 180000