Skip to content
Snippets Groups Projects
Commit a43da8ae authored by Haibo Huang's avatar Haibo Huang Committed by android-build-merger
Browse files

[Updater] Change default delay time to 30s am: 5c6c63ee am: 1fa8c072

am: ad67e544

Change-Id: I04e78a654b2e4495c4adf2aa42d8de02ecb4e9b9
parents 42c2206d ad67e544
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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