Merge "Make test_options.timeout an int64"
This commit is contained in:
@@ -35,6 +35,6 @@ android_robolectric_test {
|
||||
java_resource_dirs: ["config"],
|
||||
instrumentation_for: "SettingsLibShell",
|
||||
test_options: {
|
||||
timeout: "36000",
|
||||
timeout: 36000,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user