Audio hal: Set timeout to 20 min

The test takes takes 3 min to run on a pixel, but with the overhead of
the vts infrastructure, it takes around 11 min on the test server.

This is largly due to executable beeing run once per test. IE: the audio
hal (1sec) is initialized for each test.

Test: vts-tradefed run commandAndExit vts --module VtsHalAudioV2_0Target
Bug: 36311550
Change-Id: If40b39d7f8a17fe5808276dbc914412c9afaece5
Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/V2_0/target/AndroidTest.xml b/audio/V2_0/target/AndroidTest.xml
index bb38c37..bd029ec 100644
--- a/audio/V2_0/target/AndroidTest.xml
+++ b/audio/V2_0/target/AndroidTest.xml
@@ -25,6 +25,6 @@
         <option name="binary-test-source" value="_64bit::DATA/nativetest64/VtsHalAudioV2_0TargetTest/VtsHalAudioV2_0TargetTest" />
         <option name="binary-test-type" value="hal_hidl_gtest"/>
         <option name="precondition-lshal" value="android.hardware.audio@2.0"/>
-        <option name="test-timeout" value="5m"/>
+        <option name="test-timeout" value="20m"/>
     </test>
 </configuration>
diff --git a/audio/V2_0/target_profiling/AndroidTest.xml b/audio/V2_0/target_profiling/AndroidTest.xml
index 43258e8..df30017 100644
--- a/audio/V2_0/target_profiling/AndroidTest.xml
+++ b/audio/V2_0/target_profiling/AndroidTest.xml
@@ -31,6 +31,6 @@
         <option name="binary-test-type" value="hal_hidl_gtest"/>
         <option name="enable-profiling" value="true"/>
         <option name="precondition-lshal" value="android.hardware.audio@2.0"/>
-        <option name="test-timeout" value="5m"/>
+        <option name="test-timeout" value="20m"/>
     </test>
 </configuration>