From: Nicolas Coden Date: Thu, 2 Aug 2018 08:47:21 +0000 (+0200) Subject: clean: remove infinite timeout used for development in Drilldown tests X-Git-Tag: v6.6.0~3^2~124^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11425%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git clean: remove infinite timeout used for development in Drilldown tests --- diff --git a/test/javascript/components/drilldown.js b/test/javascript/components/drilldown.js index d8b45adee..eabd43306 100644 --- a/test/javascript/components/drilldown.js +++ b/test/javascript/components/drilldown.js @@ -228,7 +228,6 @@ describe('Drilldown Menu', function() { describe('toggle events', function () { - this.timeout(0); var $trigger, $target, $wrapper, togglerPlugin; beforeEach(function () {