[Audio] Increase profiling timeout

Current profiling timeouts after having run 1500/200 tests.
This change doubles the timeout.

Test: None (change is trivial)
Change-Id: Ie4d4c64b78874839ba853f1c308210065af69d77
Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/V2_0/target_profiling/AndroidTest.xml b/audio/V2_0/target_profiling/AndroidTest.xml
index c30d883..88d37f0 100644
--- a/audio/V2_0/target_profiling/AndroidTest.xml
+++ b/audio/V2_0/target_profiling/AndroidTest.xml
@@ -33,7 +33,7 @@
         <option name="binary-test-disable-framework" value="true"/>
         <option name="binary-test-stop-native-servers" value="true"/>
         <option name="precondition-lshal" value="android.hardware.audio@2.0"/>
-        <option name="test-timeout" value="30m"/>
+        <option name="test-timeout" value="60m"/>
         <option name="gtest-batch-mode" value="true"/>
     </test>
 </configuration>