Merge pull request #12021 from thalesmg/test-flaky-gcp-consu-r53-20231124

test: fix another flaky test
This commit is contained in:
zhongwencool 2023-11-24 20:55:23 +08:00 committed by GitHub
commit 55a7a4cc7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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