zephyr_mirror: Use timeout_success_equivalent in front-end script

(imported from commit 2263a371edda74c1c38a377e0fef5372999888b4)
This commit is contained in:
Zev Benjamin 2014-03-17 13:31:00 -04:00
parent d12490b3e5
commit 9e4b680e1f

View file

@ -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: