Increase CtsNetTestCases shell timeout to 25 minutes
Increased the shell timeout value for CtsNetTestCases from the default
10 minutes to 25 minutes. This change accommodates tests like
android.net.cts.ApfIntegrationTest#testReadWriteProgram, which can take
up to 15 minutes to complete, preventing
ShellCommandUnresponsiveException errors.
Bug: 383940149
Test: TH
Change-Id: I90b5465a85a85a58b7cb12931a52452fe961db8c
diff --git a/tests/cts/net/AndroidTestTemplate.xml b/tests/cts/net/AndroidTestTemplate.xml
index 55b6494..cb0e575 100644
--- a/tests/cts/net/AndroidTestTemplate.xml
+++ b/tests/cts/net/AndroidTestTemplate.xml
@@ -42,6 +42,7 @@
</target_preparer>
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="{PACKAGE}" />
+ <option name="shell-timeout" value="1500s"/>
<option name="runtime-hint" value="9m4s" />
<option name="hidden-api-checks" value="false" />
<option name="isolated-storage" value="false" />