Merge "Make test_options.timeout an int64"

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

View File

@@ -19,6 +19,6 @@ android_robolectric_test {
instrumentation_for: "Settings", instrumentation_for: "Settings",
test_options: { test_options: {
timeout: "36000", timeout: 36000,
}, },
} }