Repository: cloudstack Updated Branches: refs/heads/4.9-bountycastle-daan 98bf0ca17 -> 722156da1
add prolonged jetty annotation scanning Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/722156da Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/722156da Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/722156da Branch: refs/heads/4.9-bountycastle-daan Commit: 722156da15acd480f8902186d7eae70ed3ab9870 Parents: 98bf0ca Author: Daan Hoogland <[email protected]> Authored: Tue May 24 14:33:29 2016 +0200 Committer: Daan Hoogland <[email protected]> Committed: Tue May 24 14:33:29 2016 +0200 ---------------------------------------------------------------------- tools/travis/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/722156da/tools/travis/before_script.sh ---------------------------------------------------------------------- diff --git a/tools/travis/before_script.sh b/tools/travis/before_script.sh index beb8acc..a9c9678 100755 --- a/tools/travis/before_script.sh +++ b/tools/travis/before_script.sh @@ -37,7 +37,7 @@ fi export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=500m -Djava.security.egd=file:/dev/./urandom" echo -e "\nStarting simulator" -mvn -Dsimulator -pl :cloud-client-ui jetty:run 2>&1 > /tmp/jetty-log & +mvn -Dsimulator i-Dorg.eclipse.jetty.annotations.maxWait=120 -pl :cloud-client-ui jetty:run 2>&1 > /tmp/jetty-log & while ! nc -vzw 5 localhost 8096 2>&1 > /dev/null; do grep Exception /tmp/jetty-log; sleep 10; done echo -e "\nStarting DataCenter deployment"
