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: