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

Commit 02ce47c2 authored by Colin Cross's avatar Colin Cross
Browse files

Make test_options.timeout an int64

Test: m RunSettingsRoboTests
Change-Id: I979268540fb50a22316223f432d3c6cbb259f61a
parent e0e22cf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@ android_robolectric_test {
    instrumentation_for: "Settings",

    test_options: {
        timeout: "36000",
        timeout: 36000,
    },
}