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

Commit 3a59533e 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

am: 2ce41994

Change-Id: I9099ed1f0af89c0b46c5b172f38bf263278a0bc8
parents a69387c7 2ce41994
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,
    },
}