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 2021/09/04 00:07:09 UTC

[couchdb] 01/01: Increase timeout for multiple ddoc indexer test

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

jaydoane pushed a commit to branch improve-indexer-test
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 010458657360bc2445d5540a435ba8f9024186f6
Author: Jay Doane <ja...@apache.org>
AuthorDate: Fri Sep 3 17:06:52 2021 -0700

    Increase timeout for multiple ddoc indexer test
---
 src/couch_views/test/couch_views_indexer_test.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch_views/test/couch_views_indexer_test.erl b/src/couch_views/test/couch_views_indexer_test.erl
index a1be256..013118a 100644
--- a/src/couch_views/test/couch_views_indexer_test.erl
+++ b/src/couch_views/test/couch_views_indexer_test.erl
@@ -45,7 +45,7 @@ indexer_test_() ->
                     ?TDEF_FE(multiple_keys_from_same_doc),
                     ?TDEF_FE(multiple_identical_keys_from_same_doc),
                     ?TDEF_FE(fewer_multiple_identical_keys_from_same_doc),
-                    ?TDEF_FE(multiple_design_docs),
+                    ?TDEF_FE(multiple_design_docs, 10),
                     ?TDEF_FE(multiple_doc_update_with_existing_rows),
                     ?TDEF_FE(handle_size_key_limits),
                     ?TDEF_FE(handle_size_value_limits),