Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ce41994 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Make test_options.timeout an int64" am: 9a2d6487 am: 9b4f2681

am: 4a420d36

Change-Id: I6959db4f116d140c51d1d53efd3c8b34f16e7ff5
parents 5bc7725e 4a420d36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ android_robolectric_test {
    instrumentation_for: "SettingsLibShell",
    coverage_libs: ["SettingsLib"],
    test_options: {
        timeout: "36000",
        timeout: 36000,
    },
}