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

[Updater] Fix delay am: 46f2705f

am: 56d44516

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