Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 92E53200CF1 for ; Mon, 28 Aug 2017 13:32:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0EDFE161A0A; Mon, 28 Aug 2017 11:31:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7A0F8161243 for ; Mon, 28 Aug 2017 13:31:53 +0200 (CEST) Received: (qmail 42973 invoked by uid 500); 28 Aug 2017 11:31:51 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 42964 invoked by uid 99); 28 Aug 2017 11:31:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Aug 2017 11:31:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2FADE80B75; Mon, 28 Aug 2017 11:31:49 +0000 (UTC) Date: Mon, 28 Aug 2017 11:31:49 +0000 To: "commits@cloudstack.apache.org" Subject: [cloudstack] branch master updated: docker: increased jetty timeout (#2245) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150391990906.19964.8850765347643159589@gitbox.apache.org> From: bhaisaab@apache.org Reply-To: "commits@cloudstack.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7ce54bf7a85d6df72f84c00fadf9b0fd42ab0d99 X-Git-Newrev: a44407743ca0e34b2e4ce0aeb3ad978b79450f96 X-Git-Rev: a44407743ca0e34b2e4ce0aeb3ad978b79450f96 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Mon, 28 Aug 2017 11:32:02 -0000 This is an automated email from the ASF dual-hosted git repository. bhaisaab pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git The following commit(s) were added to refs/heads/master by this push: new a444077 docker: increased jetty timeout (#2245) a444077 is described below commit a44407743ca0e34b2e4ce0aeb3ad978b79450f96 Author: Rajani Karuturi AuthorDate: Mon Aug 28 17:01:46 2017 +0530 docker: increased jetty timeout (#2245) the container sometimes doesn't come up as it timesout --- tools/docker/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/supervisord.conf b/tools/docker/supervisord.conf index fe1575b..2d7ff7f 100644 --- a/tools/docker/supervisord.conf +++ b/tools/docker/supervisord.conf @@ -8,7 +8,7 @@ autorestart=true user=root [program:cloudstack] -command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator" +command=/bin/bash -c "mvn -pl client jetty:run -Dsimulator -Dorg.eclipse.jetty.annotations.maxWait=120" directory=/root stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].