From a728f7936d61697c9b774e5b525727ec529f4427 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 5 Nov 2012 16:44:04 -0500 Subject: [PATCH] zephyr_mirror: Speed up retrying the restart process. (imported from commit 7f7a2aaa8a7f872180400f57ad09c065ea2ababa) --- 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 f6896e8..189ec5f 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -226,7 +226,7 @@ def maybe_restart_mirroring_script(): except: print "Error restarting, trying again." traceback.print_exc() - time.sleep(10) + time.sleep(1) def process_loop(log): sleep_count = 0