This is an automated email from the ASF dual-hosted git repository.

nixon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 4749e7a  ATLAS-3317 : Set maxWait systemProperty in jetty maven plugin 
to avoid timeout scanning annotations while running Integration Tests
4749e7a is described below

commit 4749e7a1c04ab08ffc5f8d582ca5de3c35b81ecb
Author: nixonrodrigues <[email protected]>
AuthorDate: Tue Jul 9 14:29:42 2019 +0530

    ATLAS-3317 : Set maxWait systemProperty in jetty maven plugin to avoid 
timeout scanning annotations while running Integration Tests
---
 webapp/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index 2ff1804..13e6ed0 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -678,6 +678,10 @@
                             <key>embedded.solr.directory</key>
                             <value>${project.build.directory}</value>
                         </systemProperty>
+                        <systemProperty>
+                            <name>org.eclipse.jetty.annotations.maxWait</name>
+                            <value>3000</value>
+                        </systemProperty>
                     </systemProperties>
                     <stopKey>atlas-stop</stopKey>
                     <stopPort>31001</stopPort>

Reply via email to