|
|
@@ -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) ->
|