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 %% to ecql driver
?check_trace( ?check_trace(
begin begin
?wait_async_action( {_, {ok, _}} =
send_message(Config, #{}), ?wait_async_action(
#{?snk_kind := handle_async_reply, result := {error, {8704, _}}}, send_message(Config, #{}),
10_000 #{?snk_kind := handle_async_reply, result := {error, {8704, _}}},
), 30_000
),
ok ok
end, end,
fun(Trace0) -> fun(Trace0) ->