jabber_mirror: Use timeout_success_equivalent in front-end script

(imported from commit 6ca8ec5a2c31d20e4e437804c65650c5a98c69f9)
This commit is contained in:
Zev Benjamin 2014-03-17 13:30:44 -04:00
parent 1e7994d97d
commit 6d43b22ebe
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ signal.signal(signal.SIGINT, die)
args = [os.path.join(os.path.dirname(sys.argv[0]), "jabber_mirror_backend.py")]
args.extend(sys.argv[1:])
backoff = RandomExponentialBackoff()
backoff = RandomExponentialBackoff(timeout_success_equivalent=300)
while backoff.keep_going():
print "Starting Jabber mirroring bot"
try: