commit | c56651b34596e39cba068a2346304b6ea41c74a3 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri May 31 03:11:22 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 31 03:11:22 2019 +0000 |
tree | 2bfb892dc43d9b58f6ec7247244e95d861d61f0b | |
parent | 06dfd75660b818bf817e5c45198587b0dcd8f232 [diff] | |
parent | 02ce47c2a1508914121d19918bb9f463b534cf4a [diff] |
Merge "Make test_options.timeout an int64"
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, }, }