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

Commit c3378677 authored by Colin Cross's avatar Colin Cross
Browse files

Make test_options.timeout an int64

Test: m RunSettingsLibRoboTests

Change-Id: I87e185a54474c43a0c5e77a657c28d3403354876
parent 32e04015
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,
    },
    },
}
}