From 6157a5d56d310d781ea61d2fd686dfe2ea2d301c Mon Sep 17 00:00:00 2001 From: Alex Light Date: Wed, 3 Feb 2016 12:14:32 -0800 Subject: Make test 971-iface-super smaller to prevent gcstress timeouts. Change-Id: I0c0c5eb58936335c48e15cb7e899ab3a7ddbc00f --- test/971-iface-super/util-src/generate_smali.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- cgit v1.2.3-59-g8ed1b