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

Commit 001b1c55 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Make test_options.timeout an int64"

am: c56651b3

Change-Id: If57d4ce65e9e55e89c6e41376b1fa08447062666
parents 8ddf9e7e c56651b3
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,
    },
}