Set 10 minute timeout for CtsDevicePolicyTestCases
Test: atest CtsDevicePolicyTestCases
Fixes: 203083658
Fixes: 202802840
Fixes: 203505533
Change-Id: I916ffef542d5dfb6f2b901970f0ff0c8b65fedce
diff --git a/tests/devicepolicy/AndroidTest.xml b/tests/devicepolicy/AndroidTest.xml
index 09c9a78..ff1cf64 100644
--- a/tests/devicepolicy/AndroidTest.xml
+++ b/tests/devicepolicy/AndroidTest.xml
@@ -35,5 +35,7 @@
<option name="exclude-annotation" value="com.android.bedstead.harrier.annotations.RequireRunOnWorkProfile" />
<option name="exclude-annotation" value="com.android.bedstead.harrier.annotations.RequireRunOnSecondaryUser" />
<option name="hidden-api-checks" value="false" />
+ <!-- test-timeout unit is ms, value = 10 min -->
+ <option name="test-timeout" value="600000" />
</test>
</configuration>