diff options
| author | 2016-02-03 12:14:32 -0800 | |
|---|---|---|
| committer | 2016-02-04 09:58:19 -0800 | |
| commit | 6157a5d56d310d781ea61d2fd686dfe2ea2d301c (patch) | |
| tree | b899e8ac4b9270ecd0d639eed581cf07308ab7aa | |
| parent | c5b76b9328d77b83c80afed14a5b6e7009136e15 (diff) | |
Make test 971-iface-super smaller to prevent gcstress timeouts.
Change-Id: I0c0c5eb58936335c48e15cb7e899ab3a7ddbc00f
| -rwxr-xr-x | test/971-iface-super/util-src/generate_smali.py | 2 |
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): """ |