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:08 UTC

[couchdb] branch improve-indexer-test created (now 0104586)

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

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


      at 0104586  Increase timeout for multiple ddoc indexer test

This branch includes the following new commits:

     new 0104586  Increase timeout for multiple ddoc indexer test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ja...@apache.org.
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),