CtsSimpleperfTestCases: adjust timeout value.

CtsSimpleperfTestCases.record_cmd#record_java_app can take about 2.5 min
one some devices. So adjust timeout value to 5 min.

Bug: 161780522
Test: run CtsSimpleperfTestCases.
Change-Id: Id2d904fce1ba8232eda5f73b408cde681148cdf3
(cherry picked from commit 66e99a47bdb77b07bb9db7f611af41349844b056)
diff --git a/tests/tests/simpleperf/AndroidTest.xml b/tests/tests/simpleperf/AndroidTest.xml
index 2b0fc31..73e1568 100644
--- a/tests/tests/simpleperf/AndroidTest.xml
+++ b/tests/tests/simpleperf/AndroidTest.xml
@@ -46,5 +46,7 @@
         <option name="native-test-device-path" value="/data/local/tmp" />
         <option name="module-name" value="CtsSimpleperfTestCases" />
         <option name="runtime-hint" value="1m10s" />
+        <!-- test-timeout unit is ms, value = 5 min -->
+        <option name="native-test-timeout" value="300000" />
     </test>
 </configuration>