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

Commit 9b4f2681 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Make test_options.timeout an int64"

am: 9a2d6487

Change-Id: Idc79fb957d452b833b5f6e95feaf21aa4caa2658
parents ec3a29c5 9a2d6487
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ android_robolectric_test {
    java_resource_dirs: ["config"],
    instrumentation_for: "SettingsLibShell",
    test_options: {
        timeout: "36000",
        timeout: 36000,
    },
}