From 9e4b680e1f2d7085cdd11d37abcc975be896e37e Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Mon, 17 Mar 2014 13:31:00 -0400 Subject: [PATCH] zephyr_mirror: Use timeout_success_equivalent in front-end script (imported from commit 2263a371edda74c1c38a377e0fef5372999888b4) --- bots/zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index a3375ca..356725e 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -62,7 +62,7 @@ if options.forward_class_messages and not options.noshard: pass sys.exit(0) -backoff = RandomExponentialBackoff() +backoff = RandomExponentialBackoff(timeout_success_equivalent=300) while backoff.keep_going(): print "Starting zephyr mirroring bot" try: