This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch fix-increase-timeout in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit e9a8694a2612461db68e84e185992ae1f6cb3358 Author: Jiahui Li <[email protected]> AuthorDate: Thu Dec 7 10:08:17 2023 -0600 set test timeout to 60 --- src/couch/test/eunit/couch_js_tests.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/couch/test/eunit/couch_js_tests.erl b/src/couch/test/eunit/couch_js_tests.erl index 059a07e20..b72d3e5bf 100644 --- a/src/couch/test/eunit/couch_js_tests.erl +++ b/src/couch/test/eunit/couch_js_tests.erl @@ -29,8 +29,8 @@ couch_js_test_() -> ?TDEF(should_replace_broken_utf16), ?TDEF(should_allow_js_string_mutations), ?TDEF(should_bump_timing_and_call_stats), - ?TDEF(should_exit_on_oom, 60000), - ?TDEF(should_exit_on_internal_error, 60000) + ?TDEF(should_exit_on_oom, 60), + ?TDEF(should_exit_on_internal_error, 60) ]) } }.
