diff options
author | Matt Godbolt <matt@godbolt.org> | 2023-10-05 18:34:56 -0500 |
---|---|---|
committer | Matt Godbolt <matt@godbolt.org> | 2023-10-05 18:34:56 -0500 |
commit | 62e7fffb09cfd00664ae3506bbe0d8bde94951a3 (patch) | |
tree | 05d93b3065b8eb30400ec73bdd21dea6207a021a /test | |
parent | acc5435b4898c1b6498f83b24cdddddfc274d63e (diff) | |
download | compiler-explorer-62e7fffb09cfd00664ae3506bbe0d8bde94951a3.tar.gz compiler-explorer-62e7fffb09cfd00664ae3506bbe0d8bde94951a3.zip |
Admit a certain amount of defeat (for now) and bump the timeout to 10sgh-8931
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 } /* |