Skip to content

Commit 25fc74f

Browse files
committed
Fix timeout typo
1 parent bc008b1 commit 25fc74f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/rabbitmq_stream_s3_api_fs.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ with_timeout(Timeout, Fun) ->
161161
Timeout ->
162162
?LOG_INFO(?MODULE_STRING ": operation timeouted"),
163163
exit(Pid, kill),
164-
{error, timout}
164+
{error, timeout}
165165
end.
166166

167167
range_spec_to_location_number(FileSize, SuffixRange) when is_integer(SuffixRange), SuffixRange < 0 ->

test/s3_streams_SUITE.erl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ publish_consume(Config) ->
9393
% be cleared out.
9494
amqp_channel:call(Ch, #'queue.delete'{queue = QName}),
9595

96-
% ?awaitMatch({error, not_found}, rabbit_ct_broker_helpers:rpc(Config, 0,
97-
% rabbitmq_stream_s3_api_fs,
98-
% get_stream_data, [QName]),
99-
% 5000),
100-
10196
rabbit_ct_client_helpers:close_channel(Ch),
10297
ok.
10398

0 commit comments

Comments
 (0)