summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/blob_gc_finalization.js
AgeCommit message (Collapse)Author
2021-11-25fix(cli): fix slow test, unbreak ci (#12897)Ben Noordhuis
Reduce the number of iterations from 1,024 to 128. On my big bruiser of a desktop machine it already takes up close to a minute to complete when nothing else is running so no way it's going to finish in the allotted time on the CI. The fact that the test used to pass may be indicative of a performance regression somewhere but it's not clear to me when or where that would have been introduced. Fixes #12887.
2021-08-11chore: move test files to testdata directory (#11601)David Sherret