mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 05:18:34 +03:00
Increase GET test timeout
Tests are not currently passing on travis, probably because of slower machine.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user