Increase GET test timeout

Tests are not currently passing on travis, probably because of slower machine.
This commit is contained in:
Scott Carver
2018-11-09 17:29:57 -08:00
parent 669a701a20
commit d0259756a5

View File

@@ -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',