Skip to content

Commit e502f2d

Browse files
committed
logging_SUITE: Increase timetrap to 3 minutes
[Why] We sometimes hit the 1-minute timetrap in CI even though the tests are running fine.
1 parent 3978d57 commit e502f2d

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)