From d0259756a57c6c2cac4ce9b5869a5df09a8da359 Mon Sep 17 00:00:00 2001 From: Scott Carver Date: Fri, 9 Nov 2018 17:29:57 -0800 Subject: [PATCH] Increase GET test timeout Tests are not currently passing on travis, probably because of slower machine. --- test/server_process.js | 1 + 1 file changed, 1 insertion(+) 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',