Merge pull request #10862 from thalesmg/fix-flaky-cassandra-test-v50
test(cassandra): attempt to fix flaky test
This commit is contained in:
commit
5f6ff9144b
|
@ -606,10 +606,11 @@ t_missing_data(Config) ->
|
|||
%% to ecql driver
|
||||
?check_trace(
|
||||
begin
|
||||
{_, {ok, _}} =
|
||||
?wait_async_action(
|
||||
send_message(Config, #{}),
|
||||
#{?snk_kind := handle_async_reply, result := {error, {8704, _}}},
|
||||
10_000
|
||||
30_000
|
||||
),
|
||||
ok
|
||||
end,
|
||||
|
|
Loading…
Reference in New Issue