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 99C5D200C7B for ; Sat, 20 May 2017 14:13:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 93887160BD6; Sat, 20 May 2017 12:13:45 +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 1C3E8160BCD for ; Sat, 20 May 2017 14:13:44 +0200 (CEST) Received: (qmail 89849 invoked by uid 500); 20 May 2017 12:13:44 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 89837 invoked by uid 99); 20 May 2017 12:13:44 -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; Sat, 20 May 2017 12:13:44 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 14536868FC; Sat, 20 May 2017 12:13:43 +0000 (UTC) Date: Sat, 20 May 2017 12:13:48 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] 06/09: increase timeout for compaction daemon tests COUCHDB-3344 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jan@apache.org Reply-To: "commits@couchdb.apache.org" In-Reply-To: <149528242277.5490.14353770413436001162@gitbox.apache.org> References: <149528242277.5490.14353770413436001162@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/2.1.x X-Git-Reftype: branch X-Git-Rev: 6f214560b7289c753c3637946e6458557fbcdb1f X-Git-NotificationType: diff X-Git-Multimail-Version: 1.3.dev Auto-Submitted: auto-generated Message-Id: <20170520121343.14536868FC@gitbox.apache.org> archived-at: Sat, 20 May 2017 12:13:45 -0000 This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch 2.1.x in repository https://gitbox.apache.org/repos/asf/couchdb.git commit 6f214560b7289c753c3637946e6458557fbcdb1f Author: Jan Lehnardt AuthorDate: Sun May 14 12:51:12 2017 +0200 increase timeout for compaction daemon tests COUCHDB-3344 --- src/couch/test/couchdb_compaction_daemon_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/couch/test/couchdb_compaction_daemon_tests.erl b/src/couch/test/couchdb_compaction_daemon_tests.erl index d8a834f..54edd59 100644 --- a/src/couch/test/couchdb_compaction_daemon_tests.erl +++ b/src/couch/test/couchdb_compaction_daemon_tests.erl @@ -15,7 +15,7 @@ -include_lib("couch/include/couch_eunit.hrl"). -include_lib("couch/include/couch_db.hrl"). --define(TIMEOUT, 1200000). +-define(TIMEOUT, 120000). -define(TIMEOUT_S, ?TIMEOUT div 1000). -- To stop receiving notification emails like this one, please contact "commits@couchdb.apache.org" .