You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/07/20 21:17:50 UTC

[couchdb] branch master updated: Increase timeout of some replication tests

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

vatamane 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 70b9b81  Increase timeout of some replication tests
70b9b81 is described below

commit 70b9b81578fce44f8056973bb23fd54a35a68055
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Jul 20 21:11:25 2017 +0000

    Increase timeout of some replication tests
    
    Could reproduce issue #633 by limiting disk throughput in a VBox
    VM instance to about 5KB. Try to increase the timeouts to let it
    handle such apparent slowdowns.
    
    Fixed #633
---
 src/couch_replicator/test/couch_replicator_large_atts_tests.erl         | 2 +-
 .../test/couch_replicator_small_max_request_size_target.erl             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/couch_replicator/test/couch_replicator_large_atts_tests.erl b/src/couch_replicator/test/couch_replicator_large_atts_tests.erl
index 5e29ff1..b9adf5c 100644
--- a/src/couch_replicator/test/couch_replicator_large_atts_tests.erl
+++ b/src/couch_replicator/test/couch_replicator_large_atts_tests.erl
@@ -24,7 +24,7 @@
 -define(ATT_SIZE_1, 2 * 1024 * 1024).
 -define(ATT_SIZE_2, round(6.6 * 1024 * 1024)).
 -define(DOCS_COUNT, 11).
--define(TIMEOUT_EUNIT, 30).
+-define(TIMEOUT_EUNIT, 120).
 
 
 setup() ->
diff --git a/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl b/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl
index 8de0a92..99f5723 100644
--- a/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl
+++ b/src/couch_replicator/test/couch_replicator_small_max_request_size_target.erl
@@ -9,7 +9,7 @@
     compare_dbs/3
 ]).
 
--define(TIMEOUT_EUNIT, 60).
+-define(TIMEOUT_EUNIT, 180).
 
 
 setup() ->

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