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

Commit 4a420d36 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

Change-Id: Id2c82d2be806d1f9c729b7b0428eccbf67db83d8
parents f4b48ddf 9b4f2681
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,
    },
}