summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuoyao Zhang <zhuoyao@google.com>2017-10-06 20:38:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-06 20:38:17 +0000
commitb8c41807564dc0f6af18382d08b3d8ef0030b4d0 (patch)
treebd649a97311c7c1ee79225669afeeca1ee8e2f66
parent1f22c66756205e4291a25655145b5ef3ffd8bdb7 (diff)
parent777a3702a2ba5c81aaa97ce90f5a36419f3f1a09 (diff)
downloadperformance-b8c41807564dc0f6af18382d08b3d8ef0030b4d0.tar.gz
Configure timeout for performance tests. am: 95a8364eb0
am: 777a3702a2 Change-Id: I93ac4a23973b71371b126f48c309557e2abb0f8e
-rw-r--r--fmq_benchmark/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/binderize/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/binderize_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/passthrough/AndroidTest.xml1
-rw-r--r--hwbinder_benchmark/passthrough_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/binderize/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/binderize_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/passthrough/AndroidTest.xml1
-rw-r--r--hwbinder_latency_test/passthrough_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/binderize/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/binderize_systrace/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/passthrough/AndroidTest.xml1
-rw-r--r--hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml1
13 files changed, 13 insertions, 0 deletions
diff --git a/fmq_benchmark/AndroidTest.xml b/fmq_benchmark/AndroidTest.xml
index 1e32ce4..023e306 100644
--- a/fmq_benchmark/AndroidTest.xml
+++ b/fmq_benchmark/AndroidTest.xml
@@ -30,5 +30,6 @@
<target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer" />
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-case-path" value="vts/testcases/performance/fmq_benchmark/FmqPerformanceTest" />
+ <option name="test-timeout" value="1m"/>
</test>
</configuration>
diff --git a/hwbinder_benchmark/binderize/AndroidTest.xml b/hwbinder_benchmark/binderize/AndroidTest.xml
index 3002416..3fc7efc 100644
--- a/hwbinder_benchmark/binderize/AndroidTest.xml
+++ b/hwbinder_benchmark/binderize/AndroidTest.xml
@@ -29,5 +29,6 @@
<option name="test-module-name" value="HwBinderBinderizePerformanceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
index 5c1da91..6eb2050 100644
--- a/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_benchmark/binderize_systrace/AndroidTest.xml
@@ -30,5 +30,6 @@
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/binderize/HwBinderBinderizePerformanceTest.config" />
<option name="enable-systrace" value="true" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_benchmark/passthrough/AndroidTest.xml b/hwbinder_benchmark/passthrough/AndroidTest.xml
index 05f5a7a..580b276 100644
--- a/hwbinder_benchmark/passthrough/AndroidTest.xml
+++ b/hwbinder_benchmark/passthrough/AndroidTest.xml
@@ -29,5 +29,6 @@
<option name="test-module-name" value="HwBinderPassthroughPerformanceTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
index cc45e0b..a8cedc3 100644
--- a/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_benchmark/passthrough_systrace/AndroidTest.xml
@@ -30,5 +30,6 @@
<option name="test-case-path" value="vts/testcases/performance/hwbinder_benchmark/HwBinderPerformanceTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_benchmark/passthrough/HwBinderPassthroughPerformanceTest.config" />
<option name="enable-systrace" value="true" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_latency_test/binderize/AndroidTest.xml b/hwbinder_latency_test/binderize/AndroidTest.xml
index 44ea17f..2b8b62e 100644
--- a/hwbinder_latency_test/binderize/AndroidTest.xml
+++ b/hwbinder_latency_test/binderize/AndroidTest.xml
@@ -29,5 +29,6 @@
<option name="test-module-name" value="HwBinderBinderizeLatencyTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
index 24e1538..c422c0a 100644
--- a/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_latency_test/binderize_systrace/AndroidTest.xml
@@ -30,5 +30,6 @@
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/binderize/HwBinderBinderizeLatencyTest.config" />
<option name="enable-systrace" value="true" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_latency_test/passthrough/AndroidTest.xml b/hwbinder_latency_test/passthrough/AndroidTest.xml
index 2405b3a..bcb1eca 100644
--- a/hwbinder_latency_test/passthrough/AndroidTest.xml
+++ b/hwbinder_latency_test/passthrough/AndroidTest.xml
@@ -29,5 +29,6 @@
<option name="test-module-name" value="HwBinderPassthroughLatencyTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
index 5bdcf5d..4114963 100644
--- a/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_latency_test/passthrough_systrace/AndroidTest.xml
@@ -30,5 +30,6 @@
<option name="test-case-path" value="vts/testcases/performance/hwbinder_latency_test/HwBinderLatencyTest" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_latency_test/passthrough/HwBinderPassthroughLatencyTest.config" />
<option name="enable-systrace" value="true" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_throughput_test/binderize/AndroidTest.xml b/hwbinder_throughput_test/binderize/AndroidTest.xml
index 672aacf..0be2404 100644
--- a/hwbinder_throughput_test/binderize/AndroidTest.xml
+++ b/hwbinder_throughput_test/binderize/AndroidTest.xml
@@ -29,5 +29,6 @@
<option name="test-module-name" value="HwBinderBinderizeThroughputTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
index 3bdfb06..1da9d85 100644
--- a/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
+++ b/hwbinder_throughput_test/binderize_systrace/AndroidTest.xml
@@ -30,5 +30,6 @@
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/binderize/HwBinderBinderizeThroughputTest.config" />
<option name="enable-systrace" value="true" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_throughput_test/passthrough/AndroidTest.xml b/hwbinder_throughput_test/passthrough/AndroidTest.xml
index 0688755..9c1c86d 100644
--- a/hwbinder_throughput_test/passthrough/AndroidTest.xml
+++ b/hwbinder_throughput_test/passthrough/AndroidTest.xml
@@ -29,5 +29,6 @@
<option name="test-module-name" value="HwBinderPassthroughThroughputTest" />
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>
diff --git a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
index 919f82a..ea600c0 100644
--- a/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
+++ b/hwbinder_throughput_test/passthrough_systrace/AndroidTest.xml
@@ -30,5 +30,6 @@
<option name="test-case-path" value="vts/testcases/performance/hwbinder_throughput_test/HwBinderThroughputBenchmark" />
<option name="test-config-path" value="vts/testcases/performance/hwbinder_throughput_test/passthrough/HwBinderPassthroughThroughputTest.config" />
<option name="enable-systrace" value="true" />
+ <option name="test-timeout" value="5m"/>
</test>
</configuration>