We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b0e6c commit af0f8c3Copy full SHA for af0f8c3
dsymbol/src/dsymbol/tests.d
@@ -576,7 +576,7 @@ version (linux) unittest
576
}
577
const rssAfter = getRSS();
578
// check the process memory increase with some eyeballed threshold
579
- assert(rssAfter - rssBefore < 5000);
+ assert(rssAfter - rssBefore < 6_000);
580
581
582
// this is for testing that internString data is always on the same address
0 commit comments