From 34abe48f624c4e07b9e402970a471d404bfec948 Mon Sep 17 00:00:00 2001
From: Jessica McKellar <jesstess@humbughq.com>
Date: Tue, 20 Nov 2012 15:13:29 -0500
Subject: [PATCH] nagios: Increase the timeout on MIT zephyr forwarding
 functioning.

Sometimes messages are delayed passed the allowed 10 seconds. We may
eventually decide that that amount of latency is unacceptable, but the
latency is not what this script is supposed to be checking.

(imported from commit d83a6a83d60e9eac13b3b87fb31de7f9881acabf)
---
 bots/check-mirroring | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bots/check-mirroring b/bots/check-mirroring
index 044b0ed4..78f37295 100755
--- a/bots/check-mirroring
+++ b/bots/check-mirroring
@@ -130,7 +130,7 @@ else:
 
     max_message_id = humbug_client.get_profile()['max_message_id']
 
-    time.sleep(10)
+    time.sleep(20)
     if options.verbose:
         print "Receiving messages!"
     notices = []