summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorYuriy Solodkyy <solodkyy@google.com>2021-12-30 11:23:17 +0000
committerYuriy Solodkyy <solodkyy@google.com>2021-12-30 11:23:17 +0000
commitcbb054bb5bb8a3f0847cf04dd32bee178cc52a98 (patch)
tree2cf7a057ab4f8b9bad3550373bf2b741ed90ef8c /android/BUILD
parentf63e4533066f921afcf4ac531cbd11da06c3bf54 (diff)
downloadidea-cbb054bb5bb8a3f0847cf04dd32bee178cc52a98.tar.gz
Adjust number of test shards
We have been moving code and tests from `android.core` tests to `project-system-gradle-tests` and we will continue doing so. Currently, the destination target is close to begin timing out. Bug: 147586218 Bug: 136028658 Test: n/a Change-Id: Iafb7ff578a95963cff4ba12b047254b60e3b43b1
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/BUILD b/android/BUILD
index 1b8b395836b..918c6b44819 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -125,7 +125,7 @@ iml_module(
iml_files = ["intellij.android.core.tests.iml"],
split_test_targets = {
"gradle": {
- "shard_count": 10,
+ "shard_count": 6,
"data": ["//prebuilts/studio/sdk:ndk"],
"test_filter": "com.android.tools.idea.gradle",
},