jiahuili430 commented on code in PR #5702:
URL: https://github.com/apache/couchdb/pull/5702#discussion_r2440750792
##########
test/elixir/test/changes_async_test.exs:
##########
@@ -94,11 +94,13 @@ defmodule ChangesAsyncTest do
create_doc_bar(db_name, "bar")
- changes = process_response(req_id.id, &parse_event/1)
+ retry_until(fn ->
Review Comment:
Increasing the timeout of `process_reposeon/3` to 3 seconds worked, thank
you for the suggestion!
--
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]