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

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

Merge "Make test_options.timeout an int64"

parents 06dfd756 02ce47c2
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,
    },
}