summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-16 12:03:20 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-11-16 12:03:20 +0100
commite5a4907a60f7da479a349f6289eab1ebd42c00b4 (patch)
tree42650be9c8ab26e3ae94e1566a4a0b1b9ee15f70
parentfb251abdb2fb270d31c991d59caaafc39ba08a5c (diff)
downloadrabbitmq-server-git-e5a4907a60f7da479a349f6289eab1ebd42c00b4.tar.gz
Update exchange_SUITE timeouts
When the suite passes, it's about 120 seconds total, so 5 minutes per case seems to be too much. Additionally, if the suite times out at the bazel level, we get no logs, so the cause of the timeout is unclear.
-rw-r--r--deps/rabbitmq_federation/test/exchange_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_federation/test/exchange_SUITE.erl b/deps/rabbitmq_federation/test/exchange_SUITE.erl
index e44d90dabb..d20613df1b 100644
--- a/deps/rabbitmq_federation/test/exchange_SUITE.erl
+++ b/deps/rabbitmq_federation/test/exchange_SUITE.erl
@@ -95,7 +95,7 @@ groups() ->
].
suite() ->
- [{timetrap, {minutes, 5}}].
+ [{timetrap, {minutes, 3}}].
%% -------------------------------------------------------------------
%% Testsuite setup/teardown.