Skip to content

Commit

Permalink
increased timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Aug 17, 2020
1 parent 376cde5 commit 7e18923
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 @@ -472,7 +472,7 @@ describe('Logsene log ', function () {
}
})
it('should fail to transmit some of the logs due to index conflict', function (done) {
this.timeout(25000)
this.timeout(60000)
var totalLogs = 1001
var totalConflicts = 100
var logCounter = 0
Expand Down

0 comments on commit 7e18923

Please sign in to comment.