diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/filter-tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filter-tests.js b/test/filter-tests.js index aed90e618..80791ca21 100644 --- a/test/filter-tests.js +++ b/test/filter-tests.js @@ -72,7 +72,7 @@ function testFilter(filename, suffix, filters) { delete result.parsingTime; delete result.filteredCount; approvals.verifyAsJSON(casesRoot, testName, result, optionsOverride); - }).timeout(5000); // Bump the timeout a bit so that we don't fail for slow cases + }).timeout(10000); // Bump the timeout a bit so that we don't fail for slow cases } /* |