Compare commits

...

1 Commits

Author SHA1 Message Date
Guillermo Rauch
c79e787671 test: better timeout for stress test 2015-07-14 19:58:42 -07:00

View File

@@ -1279,6 +1279,7 @@ describe('socket.io', function(){
});
it('should handle very large binary data', function(done){
this.timeout(30000);
var srv = http();
var sio = io(srv);
var received = 0;