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