summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-09-21 10:16:38 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-09-21 10:16:38 +0200
commit6e6279eb2b659cc39b6c016deaec7cada9a76424 (patch)
tree5d47fdfe7931b1c19d9a35c997f2aa77900dbee6
parentddbd56b1d9614bb4acc957f5777c98e47e2af9e9 (diff)
downloadrabbitmq-server-git-6e6279eb2b659cc39b6c016deaec7cada9a76424.tar.gz
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.
-rw-r--r--deps/rabbit/test/feature_flags_with_unpriveleged_user_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbit/test/feature_flags_with_unpriveleged_user_SUITE.erl b/deps/rabbit/test/feature_flags_with_unpriveleged_user_SUITE.erl
index 7da9ccc3c1..d5d54862b6 100644
--- a/deps/rabbit/test/feature_flags_with_unpriveleged_user_SUITE.erl
+++ b/deps/rabbit/test/feature_flags_with_unpriveleged_user_SUITE.erl
@@ -24,7 +24,7 @@
]).
suite() ->
- [{timetrap, {minutes, 15}}].
+ [{timetrap, {minutes, 5}}].
all() ->
[