Skip to content

Commit

Permalink
Remove redundant timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 3, 2016
1 parent c5502a8 commit 9772cc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ describe(type, function ()
{
with_mqs(n, 'should publish ' + m + ' messages on each stream', function (mqs, cb)
{
this.timeout(timeout * 1000);

var count_in = 0, receiveds = [];

function check()
Expand Down

0 comments on commit 9772cc0

Please sign in to comment.