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/8a031271 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8a031271 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8a031271 Branch: refs/heads/4.9-bountycastle-daan Commit: 8a031271c943ad9408bfb5c2afd9399a6a6b7c67 Parents: 4dbcf3a Author: Daan Hoogland <[email protected]> Authored: Tue May 24 14:33:29 2016 +0200 Committer: Rohit Yadav <[email protected]> Committed: Thu Aug 18 15:30:38 2016 +0530 ---------------------------------------------------------------------- tools/travis/before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8a031271/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"
