summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-07-28 09:15:04 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-07-28 09:15:04 -0400
commitf0f35d93aabf01d060b3593e1e3b3acadf053b0f (patch)
tree56480b4823e5030d5a11a2a606c1ddc6bb1c3005
parenta6c0da1f8959763242153cf11282ee41e6d3f2f9 (diff)
downloadcouchdb-f0f35d93aabf01d060b3593e1e3b3acadf053b0f.tar.gz
Proactively increase timeout for PBKDF2 test
This test was taking 134s in a recent run, which is uncomfortably close to the threshold.
-rw-r--r--src/couch/test/couch_passwords_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/test/couch_passwords_tests.erl b/src/couch/test/couch_passwords_tests.erl
index dea6d6b7b..88de8530f 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">>},