Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A07919479 for ; Mon, 14 Mar 2016 04:12:33 +0000 (UTC) Received: (qmail 1494 invoked by uid 500); 14 Mar 2016 04:12:33 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 1319 invoked by uid 500); 14 Mar 2016 04:12:32 -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 1301 invoked by uid 99); 14 Mar 2016 04:12:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Mar 2016 04:12:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 863FDDFC6E; Mon, 14 Mar 2016 04:12:32 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Mon, 14 Mar 2016 04:12:33 -0000 Message-Id: <7bb61a79039e42598192180074c31df9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/5] couch commit: updated refs/heads/master to 9d28c57 Increase timeout value to tolerate slow CI hosts Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/ccb1d3c1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/ccb1d3c1 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/ccb1d3c1 Branch: refs/heads/master Commit: ccb1d3c12bbb1bee3b62234e673188205f467a54 Parents: e3b73c7 Author: Alexander Shorin Authored: Thu Nov 26 20:10:05 2015 +0300 Committer: Alexander Shorin Committed: Mon Mar 14 06:24:31 2016 +0300 ---------------------------------------------------------------------- test/couchdb_compaction_daemon_tests.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/ccb1d3c1/test/couchdb_compaction_daemon_tests.erl ---------------------------------------------------------------------- diff --git a/test/couchdb_compaction_daemon_tests.erl b/test/couchdb_compaction_daemon_tests.erl index def3bd5..3228031 100644 --- a/test/couchdb_compaction_daemon_tests.erl +++ b/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, 30000). +-define(TIMEOUT, 60000). -define(TIMEOUT_S, ?TIMEOUT div 1000).