From 5c6c63ee2b6e52518dc94d4b7b6e5bb118ea4eab Mon Sep 17 00:00:00 2001 From: Haibo Huang <hhb@google.com> Date: Fri, 1 Feb 2019 11:44:48 -0800 Subject: [PATCH] [Updater] Change default delay time to 30s Test: local run Change-Id: I00ff7aa90f3ed8578dc311bd93658c09e8b717e4 --- notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier.py b/notifier.py index f82c5de..4391558 100644 --- a/notifier.py +++ b/notifier.py @@ -160,7 +160,7 @@ def _upgrade(proj): def _check_updates(args): params = ['out/soong/host/linux-x86/bin/external_updater', 'check', '--json_output', RESULT_FILE_PATH, - '--delay', '0'] + '--delay', '30'] if args.all: params.append('--all') else: -- GitLab