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

Commit 9a2d6487 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Make test_options.timeout an int64"

parents d0de38b2 c3378677
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,6 +35,6 @@ android_robolectric_test {
    java_resource_dirs: ["config"],
    java_resource_dirs: ["config"],
    instrumentation_for: "SettingsLibShell",
    instrumentation_for: "SettingsLibShell",
    test_options: {
    test_options: {
        timeout: "36000",
        timeout: 36000,
    },
    },
}
}