Skip to content
Snippets Groups Projects
Commit 5c6c63ee authored by Haibo Huang's avatar Haibo Huang
Browse files

[Updater] Change default delay time to 30s

Test: local run
Change-Id: I00ff7aa90f3ed8578dc311bd93658c09e8b717e4
parent 1c7284ea
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ def _upgrade(proj): ...@@ -160,7 +160,7 @@ def _upgrade(proj):
def _check_updates(args): def _check_updates(args):
params = ['out/soong/host/linux-x86/bin/external_updater', params = ['out/soong/host/linux-x86/bin/external_updater',
'check', '--json_output', RESULT_FILE_PATH, 'check', '--json_output', RESULT_FILE_PATH,
'--delay', '0'] '--delay', '30']
if args.all: if args.all:
params.append('--all') params.append('--all')
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment