Merge "Make test_options.timeout an int64"

This commit is contained in:
Colin Cross
2019-05-31 03:11:21 +00:00
committed by Gerrit Code Review

View File

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