Skip to content

Commit 80add99

Browse files
committed
big timeout for slow node
1 parent d553e74 commit 80add99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dest.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ describe('dest stream', function() {
12851285
});
12861286

12871287
it('allows backpressure when piped to another, slower stream', function(done) {
1288-
this.timeout(8000);
1288+
this.timeout(20000);
12891289

12901290
fs.mkdirSync(path.join(__dirname, './fixtures/highwatermark'));
12911291
for (var idx = 0; idx < 24; idx++) {

0 commit comments

Comments
 (0)