Add support for tests to declare runtime hints.

bug:21762834
Change-Id: I11f3e6ecb026dcbbb8c73c750c7a70d8a15d81fb
This commit is contained in:
Stuart Scott
2015-12-14 15:12:36 -08:00
parent 1ca5875aea
commit 131383d5e4

View File

@@ -20,5 +20,6 @@
</target_preparer>
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="android.net.cts" />
<option name="runtime-hint" value="9m4s" />
</test>
</configuration>