Skip to content

Commit 18946b2

Browse files
committed
Increase timeout
1 parent cb183d9 commit 18946b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/stream_member_reconciliation_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ declare(Ch, Q, Args) ->
259259
arguments = Args}).
260260

261261
wait_until(Condition) ->
262-
wait_until(Condition, 60).
262+
wait_until(Condition, 180).
263263

264264
wait_until(Condition, 0) ->
265265
?assertEqual(true, Condition());

0 commit comments

Comments
 (0)