Merge pull request #10862 from thalesmg/fix-flaky-cassandra-test-v50

test(cassandra): attempt to fix flaky test
This commit is contained in:
Thales Macedo Garitezi 2023-05-30 10:02:14 -03:00 committed by GitHub
commit 5f6ff9144b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -606,11 +606,12 @@ t_missing_data(Config) ->
%% to ecql driver
?check_trace(
begin
?wait_async_action(
send_message(Config, #{}),
#{?snk_kind := handle_async_reply, result := {error, {8704, _}}},
10_000
),
{_, {ok, _}} =
?wait_async_action(
send_message(Config, #{}),
#{?snk_kind := handle_async_reply, result := {error, {8704, _}}},
30_000
),
ok
end,
fun(Trace0) ->