jiahuili430 commented on code in PR #4902:
URL: https://github.com/apache/couchdb/pull/4902#discussion_r1419314848
##########
src/couch/test/eunit/couch_js_tests.erl:
##########
@@ -344,6 +353,7 @@ should_bump_timing_and_call_stats(_) ->
%% erlfmt-ignore
should_exit_on_oom(_) ->
+ ok = meck:expect(config, get_integer, fun("couchdb", "os_process_timeout",
_) -> 15000 end),
Review Comment:
Ah, right, this is more direct!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]