Commit 51cc767
committed
Increase timeout for
`changes_async_test.exs` become unstable when running Elixir tests
with `OTP 27.3.4.3` and `Elixir 1.18.4`. Tests are passing when
running against `OTP 27.3.4.2` and `OTP 27.3.4.1`.
Increate timeout for `process_response/3` to mediate it.
Error log:
```log
[2025-10-13T21:10:06.495Z] 1) test continuous filtered changes with doc ids (ChangesAsyncTest)
[2025-10-13T21:10:06.495Z] src/couchdb/test/elixir/test/changes_async_test.exs:309
[2025-10-13T21:10:06.495Z] Expected truthy, got false
[2025-10-13T21:10:06.495Z] code: assert Enum.member?(changes_ids, "doc3")
[2025-10-13T21:10:06.495Z] arguments:
[2025-10-13T21:10:06.495Z]
[2025-10-13T21:10:06.495Z] # 1
[2025-10-13T21:10:06.495Z] ["doc1"]
[2025-10-13T21:10:06.495Z]
[2025-10-13T21:10:06.495Z] # 2
[2025-10-13T21:10:06.495Z] "doc3"
[2025-10-13T21:10:06.495Z]
[2025-10-13T21:10:06.495Z] stacktrace:
[2025-10-13T21:10:06.495Z] src/couchdb/test/elixir/test/changes_async_test.exs:338: (test)
```process_response/3 to fix flaky tests1 parent 26920c2 commit 51cc767
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
| 397 | + | |
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
| |||
0 commit comments