commit | 02ce47c2a1508914121d19918bb9f463b534cf4a | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu May 30 11:32:07 2019 -0700 |
committer | Colin Cross <ccross@android.com> | Thu May 30 11:32:07 2019 -0700 |
tree | 2bfb892dc43d9b58f6ec7247244e95d861d61f0b | |
parent | e0e22cf2a4e4995664575b6b1dfe2177db82c712 [diff] [blame] |
Make test_options.timeout an int64 Test: m RunSettingsRoboTests Change-Id: I979268540fb50a22316223f432d3c6cbb259f61a
diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index d63f3ba..f3312d2 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp
@@ -19,6 +19,6 @@ instrumentation_for: "Settings", test_options: { - timeout: "36000", + timeout: 36000, }, }