Resolve the issue of CtsOpenGlPerf2TestCases test exceptions causing the test item to wait indefinitely.

BUG:b/279865326

Change-Id: Iafd2b275d16cf2aa8f5a5dc8c43c3618ae146110
diff --git a/tests/openglperf2/AndroidTest.xml b/tests/openglperf2/AndroidTest.xml
index fdc373f..efe432b 100644
--- a/tests/openglperf2/AndroidTest.xml
+++ b/tests/openglperf2/AndroidTest.xml
@@ -27,7 +27,7 @@
     <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
         <option name="package" value="android.opengl2.cts" />
         <option name="runtime-hint" value="4m" />
-        <!-- test-timeout unit is ms, value = 100 min -->
-        <option name="test-timeout" value="6000000" />
+        <!-- test-timeout unit is ms, value = 10 min -->
+        <option name="test-timeout" value="600000" />
     </test>
 </configuration>