Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jul 1, 2016
1 parent 7eca6e2 commit 4c012ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_inline_stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ describe('inline stream', function ()

it('should support sending large buffers', function (cb)
{
this.timeout(60 * 1000);

var buf = new Buffer(128 * 1024);
buf.fill('a');

Expand Down

0 comments on commit 4c012ca

Please sign in to comment.