Merge remote-tracking branch 'origin/release-53' into sync-r53-m-20231124

This commit is contained in:
Thales Macedo Garitezi 2023-11-24 10:10:09 -03:00
commit 261fe8a831
1 changed files with 1 additions and 1 deletions

View File

@ -1477,7 +1477,7 @@ t_pull_worker_death(Config) ->
[PullWorkerPid | _] = get_pull_worker_pids(Config),
Ref = monitor(process, PullWorkerPid),
sys:terminate(PullWorkerPid, die),
sys:terminate(PullWorkerPid, die, 20_000),
receive
{'DOWN', Ref, process, PullWorkerPid, _} ->
ok