diff --git a/test/server_process.js b/test/server_process.js index f05fdcd..ec58a47 100644 --- a/test/server_process.js +++ b/test/server_process.js @@ -43,6 +43,7 @@ describe('server process', function() { urls.forEach(function(url) { it('should respond to request for "' + url + '"', function(done) { + this.timeout(5000); http.get({ hostname: 'localhost',