You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/07/28 13:47:48 UTC

[couchdb] 01/04: Proactively increase timeout for PBKDF2 test

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

kocolosk pushed a commit to branch jenkins-fix-eunit-timeouts
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit f0f35d93aabf01d060b3593e1e3b3acadf053b0f
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Sun Jul 28 09:15:04 2019 -0400

    Proactively increase timeout for PBKDF2 test
    
    This test was taking 134s in a recent run, which is uncomfortably close
    to the threshold.
---
 src/couch/test/couch_passwords_tests.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/couch/test/couch_passwords_tests.erl b/src/couch/test/couch_passwords_tests.erl
index dea6d6b..88de853 100644
--- a/src/couch/test/couch_passwords_tests.erl
+++ b/src/couch/test/couch_passwords_tests.erl
@@ -46,7 +46,7 @@ pbkdf2_test_()->
                                      <<"sa\0lt">>,
                                      4096, 16))},
 
-         {timeout, 180,  %% this may runs too long on slow hosts
+         {timeout, 600,  %% this may runs too long on slow hosts
           {"Iterations: 16777216 - this may take some time",
            ?_assertEqual(
                {ok, <<"eefe3d61cd4da4e4e9945b3d6ba2158c2634e984">>},