am 0ca73c0: AI 148069: CTS: Run test bundles with more than 200 tests in
Merge commit '0ca73c0c8667055d7db72ccdeecaa6323ba95028' into donut
* commit '0ca73c0c8667055d7db72ccdeecaa6323ba95028':
AI 148069: CTS: Run test bundles with more than 200 tests in individual mode
diff --git a/tools/host/src/com/android/cts/HostConfig.java b/tools/host/src/com/android/cts/HostConfig.java
index 4db1fe9..aeeae96 100644
--- a/tools/host/src/com/android/cts/HostConfig.java
+++ b/tools/host/src/com/android/cts/HostConfig.java
@@ -72,7 +72,7 @@
// Number of tests executed between reboots. A value <= 0 disables reboots.
maxTestCount (200),
// Max size [tests] for a package to be run in batch mode
- maxTestsInBatchMode (Integer.MAX_VALUE),
+ maxTestsInBatchMode (200),
// Max time [ms] between test status updates for both individual and batch mode.
testStatusTimeoutMs (5 * 60 * 1000),
// Max time [ms] from start of package in batch mode and the first test status update.
diff --git a/tools/utils/host_config.xml b/tools/utils/host_config.xml
index ce618f7..10300ed 100644
--- a/tools/utils/host_config.xml
+++ b/tools/utils/host_config.xml
@@ -27,7 +27,7 @@
<!-- Number of tests executed between reboots. A value <= 0 disables reboots. -->
<IntValue name="maxTestCount" value="200" />
<!-- Max size [tests] for a package to be run in batch mode. -->
- <IntValue name="maxTestsInBatchMode" value="2147483647" />
+ <IntValue name="maxTestsInBatchMode" value="200" />
<!-- Max time [ms] between test status updates. -->
<IntValue name="testStatusTimeoutMs" value="300000" />