You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2017/05/16 07:38:22 UTC

[couchdb] branch master updated: chore: increase timeout for pausing writer COUCHDB-3384

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

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

The following commit(s) were added to refs/heads/master by this push:
       new  e8b2c74   chore: increase timeout for pausing writer COUCHDB-3384
e8b2c74 is described below

commit e8b2c74f877771765619692ca716ae971d0f7e98
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sun May 14 12:39:08 2017 +0200

    chore: increase timeout for pausing writer COUCHDB-3384
---
 src/couch_replicator/test/couch_replicator_compact_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_replicator/test/couch_replicator_compact_tests.erl b/src/couch_replicator/test/couch_replicator_compact_tests.erl
index 3e6bb9e..d243b1c 100644
--- a/src/couch_replicator/test/couch_replicator_compact_tests.erl
+++ b/src/couch_replicator/test/couch_replicator_compact_tests.erl
@@ -24,7 +24,7 @@
 -define(ATTFILE, filename:join([?FIXTURESDIR, "logo.png"])).
 -define(DELAY, 100).
 -define(TIMEOUT, 30000).
--define(TIMEOUT_WRITER, 9000).
+-define(TIMEOUT_WRITER, 18000).
 -define(TIMEOUT_EUNIT, ?TIMEOUT div 1000 + 70).
 
 setup() ->

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].