summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_channel_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel_sup.erl b/src/rabbit_channel_sup.erl
index bad2f3adf0..7aa369b6ca 100644
--- a/src/rabbit_channel_sup.erl
+++ b/src/rabbit_channel_sup.erl
@@ -53,7 +53,7 @@
-endif.
--define(FAIR_WAIT, 30000).
+-define(FAIR_WAIT, 70000).
%%----------------------------------------------------------------------------