nickva commented on a change in pull request #709: Increase timeout in couch's
couch_db_mpr_tests module to 30 seconds
URL: https://github.com/apache/couchdb/pull/709#discussion_r128890313
##########
File path: src/couch/test/couch_db_mpr_tests.erl
##########
@@ -69,34 +70,36 @@ couch_db_mpr_test_() ->
foreach,
fun setup/0,
fun teardown/1,
- [{with, [
+ [
Review comment:
It's passed in from the foreach construct. It's similar to this this
construct:
https://github.com/richcarl/eunit/blob/master/examples/eunit_examples.erl#L138-L140
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services