Skip to content

Commit 64b68e5

Browse files
committed
unit_credit_flow_SUITE: Greatly reduce time trap
1 parent b7c9e64 commit 64b68e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps/rabbit/test/unit_credit_flow_SUITE.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111

1212
-compile(export_all).
1313

14+
suite() ->
15+
[{timetrap, {minutes, 3}}].
16+
1417
all() ->
1518
[
1619
{group, sequential_tests}

0 commit comments

Comments
 (0)