From 02ce47c2a1508914121d19918bb9f463b534cf4a Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 30 May 2019 11:32:07 -0700 Subject: [PATCH] Make test_options.timeout an int64 Test: m RunSettingsRoboTests Change-Id: I979268540fb50a22316223f432d3c6cbb259f61a --- tests/robotests/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, }