Skip to content

Commit 3db3bf8

Browse files
committed
Reduce a test timeout
The original value of 15 minutes was inherited from a larger suite. 5 should be sufficient, as a passing run is typically around 2 minutes. (cherry picked from commit 6e6279e) (cherry picked from commit cc14442)
1 parent 300757d commit 3db3bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/test/feature_flags_with_unpriveleged_user_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
]).
2525

2626
suite() ->
27-
[{timetrap, {minutes, 15}}].
27+
[{timetrap, {minutes, 5}}].
2828

2929
all() ->
3030
[

0 commit comments

Comments
 (0)