summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alex Light <allight@google.com> 2016-02-03 12:14:32 -0800
committer Alex Light <allight@google.com> 2016-02-04 09:58:19 -0800
commit6157a5d56d310d781ea61d2fd686dfe2ea2d301c (patch)
treeb899e8ac4b9270ecd0d639eed581cf07308ab7aa
parentc5b76b9328d77b83c80afed14a5b6e7009136e15 (diff)
Make test 971-iface-super smaller to prevent gcstress timeouts.
Change-Id: I0c0c5eb58936335c48e15cb7e899ab3a7ddbc00f
-rwxr-xr-xtest/971-iface-super/util-src/generate_smali.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/971-iface-super/util-src/generate_smali.py b/test/971-iface-super/util-src/generate_smali.py
index f01c9043b9..3681411867 100755
--- a/test/971-iface-super/util-src/generate_smali.py
+++ b/test/971-iface-super/util-src/generate_smali.py
@@ -39,7 +39,7 @@ import itertools
import string
# The max depth the type tree can have.
-MAX_IFACE_DEPTH = 3
+MAX_IFACE_DEPTH = 2
class MainClass(mixins.DumpMixin, mixins.Named, mixins.SmaliFileMixin):
"""