summaryrefslogtreecommitdiff
path: root/android/BUILD
diff options
context:
space:
mode:
authorTom Renn <tomrenn@google.com>2021-09-02 17:22:12 -0700
committerTom Renn <tomrenn@google.com>2021-09-10 21:43:44 +0000
commitfeb074d3fa8a4ab17a98a342d67aafc1b3b73f53 (patch)
tree3c3c26547cf5153a87e3dc6be6713fc8b249b848 /android/BUILD
parent41f0766355d6c38729d0c5cb4c5f415bf23ac042 (diff)
downloadidea-feb074d3fa8a4ab17a98a342d67aafc1b3b73f53.tar.gz
Remove eternal timeout from gradle.project.sync
Tests for this split target no longer take longer than 15 minutes to complete. Bug: 167611852 Test: NA Change-Id: I8d3336f3968e4b948764718b9223d818136346ce
Diffstat (limited to 'android/BUILD')
-rw-r--r--android/BUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/BUILD b/android/BUILD
index b730af05258..aefbbc71aa9 100644
--- a/android/BUILD
+++ b/android/BUILD
@@ -160,8 +160,6 @@ iml_module(
# Mismatches from ProjectDumper (b/150709248), and sync errors/timeout (b/152778663)
"tags": ["no_windows"],
"test_filter": "com.android.tools.idea.gradle.project.sync",
- # TODO(b/167611852) remove after reducing its run time.
- "timeout": "eternal",
},
"gradle.project.sync.snapshots": {
"data": ["//prebuilts/studio/sdk:ndk"],