You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/10/16 22:49:32 UTC

couch-replicator commit: updated refs/heads/master to 5642243

Repository: couchdb-couch-replicator
Updated Branches:
  refs/heads/master f02919206 -> 564224367


Raise eunit tests timeout up to 100s

Since we don't use delayed_commits anymore, our tests started to do
more intensive disk I/O work and becomes slower.

The value is picked as pessimistic case for slow HDD users which run
some background I/O operations.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/56422436
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/56422436
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/diff/56422436

Branch: refs/heads/master
Commit: 56422436762c8fa3cc4081311f9a10ea06826443
Parents: f029192
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Oct 16 23:47:37 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Oct 16 23:47:37 2015 +0300

----------------------------------------------------------------------
 test/couch_replicator_compact_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/blob/56422436/test/couch_replicator_compact_tests.erl
----------------------------------------------------------------------
diff --git a/test/couch_replicator_compact_tests.erl b/test/couch_replicator_compact_tests.erl
index bd5380f..76e7ecd 100644
--- a/test/couch_replicator_compact_tests.erl
+++ b/test/couch_replicator_compact_tests.erl
@@ -21,7 +21,7 @@
 -define(TIMEOUT, 30000).
 -define(TIMEOUT_STOP, 1000).
 -define(TIMEOUT_WRITER, 3000).
--define(TIMEOUT_EUNIT, ?TIMEOUT div 1000 + 5).
+-define(TIMEOUT_EUNIT, ?TIMEOUT div 1000 + 70).
 
 setup() ->
     DbName = ?tempdb(),