Skip to content

Commit 5af5235

Browse files
dumbbellmergify[bot]
authored andcommitted
logging_SUITE: Increase timetrap to 3 minutes
[Why] We sometimes hit the 1-minute timetrap in CI even though the tests are running fine. (cherry picked from commit 43916da) (cherry picked from commit 3e5c254)
1 parent df3c9e7 commit 5af5235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/logging_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
logging_to_syslog_works/1]).
5858

5959
suite() ->
60-
[{timetrap, {minutes, 1}}].
60+
[{timetrap, {minutes, 3}}].
6161

6262
all() ->
6363
[

0 commit comments

Comments
 (0)