You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2019/07/09 14:52:58 UTC

[atlas] branch branch-2.0 updated: ATLAS-3317 : Set maxWait systemProperty in jetty maven plugin to avoid timeout scanning annotations while running Integration Tests

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

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


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

commit bd5d2da29367a164a505d7e695653fc7dd3ebe40
Author: nixonrodrigues <ni...@apache.org>
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 529d2c7..2ba65cf 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>