From 08d75c5c64b44e9ce062859e6552fde4f1d65e32 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) --- api/bots/zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/bots/zephyr_mirror.py b/api/bots/zephyr_mirror.py index f6896e8ccb..189ec5f560 100755 --- a/api/bots/zephyr_mirror.py +++ b/api/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