Merge "Make test_options.timeout an int64"

am: 9a2d64872b

Change-Id: Idc79fb957d452b833b5f6e95feaf21aa4caa2658
This commit is contained in:
Colin Cross
2019-05-30 20:19:02 -07:00
committed by android-build-merger

View File

@@ -35,6 +35,6 @@ android_robolectric_test {
java_resource_dirs: ["config"],
instrumentation_for: "SettingsLibShell",
test_options: {
timeout: "36000",
timeout: 36000,
},
}