zephyr_mirror: Use timeout_success_equivalent in front-end script
(imported from commit 2263a371edda74c1c38a377e0fef5372999888b4)
This commit is contained in:
parent
d12490b3e5
commit
9e4b680e1f
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue