Skip to content

Commit

Permalink
node 14 mem
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed May 14, 2022
1 parent e01f661 commit e297524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/seneca.test.js
Expand Up @@ -1290,7 +1290,7 @@ describe('seneca', function () {
expect(end - start).below(1500 * tmx)

var mem = process.memoryUsage()
expect(mem.rss).below(333333333)
expect(mem.rss).below(333999999)

done()
}
Expand Down

0 comments on commit e297524

Please sign in to comment.