Skip to content

Commit

Permalink
enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Aug 17, 2020
1 parent 4f5f069 commit 46beef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ http.createServer(function (req, res) {

var MAX_MB = Number(process.env.LOAD_TEST_MAX_MB) || 40
describe('Logsene Load Test ', function () {
it.only('memory keeps below ' + MAX_MB + ' MB since start', function (done) {
it('memory keeps below ' + MAX_MB + ' MB since start', function (done) {
this.timeout(120000)
try {
console.log('\tLOAD_TEST_MAX_MB: ' + MAX_MB + ' MB')
Expand Down

0 comments on commit 46beef4

Please sign in to comment.