diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index d63f3ba6441..f3312d20c40 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -19,6 +19,6 @@ android_robolectric_test { instrumentation_for: "Settings", test_options: { - timeout: "36000", + timeout: 36000, }, }