Merge "Add timed out test files to tidy_timeout_srcs" am: a9a8f091cb am: f92f815f9c am: af2219f20e am: b9439bc55f am: f7eab47eeb

Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1992172

Change-Id: I50bde78d089b3b35b52f4fb64eb6b01f7f40fb62
diff --git a/tests/Android.bp b/tests/Android.bp
index 7f00adc..9ad3d3b 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -134,6 +134,10 @@
 
     test_suites: ["device-tests"],
 
+    tidy_timeout_srcs: [
+        "unit/commands_test.cpp",
+    ],
+
     srcs: [
         "unit/*.cpp",
     ],
@@ -192,6 +196,10 @@
         "libupdater_defaults",
     ],
 
+    tidy_timeout_srcs: [
+        "unit/host/imgdiff_test.cpp",
+    ],
+
     srcs: [
         "unit/host/*",
     ],