test(gcp_pubsub_consumer): yet another attempt to stabilize tests

Hopefully, should work better after https://github.com/emqx/emqx/pull/12197
This commit is contained in:
Thales Macedo Garitezi 2023-12-20 13:15:43 -03:00
parent 2b03ae8daf
commit b2c82ab052
1 changed files with 0 additions and 4 deletions

View File

@ -1282,10 +1282,6 @@ t_multiple_pull_workers(Config) ->
<<"ack_deadline">> => <<"10m">>, <<"ack_deadline">> => <<"10m">>,
<<"ack_retry_interval">> => <<"1s">>, <<"ack_retry_interval">> => <<"1s">>,
<<"consumer_workers_per_topic">> => NConsumers <<"consumer_workers_per_topic">> => NConsumers
},
<<"resource_opts">> => #{
%% reduce flakiness
<<"request_ttl">> => <<"20s">>
} }
} }
), ),