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

[Updater] Fix delay

am: 46f2705f

Change-Id: Idbcf653f8bebd3b235d3fd9a1b91a0d7e1cc00c5
parents 1fa8c072 46f2705f
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ def _check_all(delay):
# Skip sub directories.
dirs[:] = []
results[path] = _process_update_result(path)
time.sleep(delay)
time.sleep(delay)
return results
......
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