diff --git a/test/filter-tests.js b/test/filter-tests.js index 02aff73bf..6bafbc1bf 100644 --- a/test/filter-tests.js +++ b/test/filter-tests.js @@ -71,7 +71,7 @@ function testFilter(filename, suffix, filters) { testName, result, optionsOverride); - }); + }).timeout(5000); // Bump the timeout a bit so that we don't fail for slow cases } /*