Make test_options.timeout an int64
Test: m RunSettingsRoboTests Change-Id: I979268540fb50a22316223f432d3c6cbb259f61a
This commit is contained in:
@@ -19,6 +19,6 @@ android_robolectric_test {
|
||||
instrumentation_for: "Settings",
|
||||
|
||||
test_options: {
|
||||
timeout: "36000",
|
||||
timeout: 36000,
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user