Skip to content

Commit

Permalink
fix custom client settings in one of the tests to use response_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Rice committed Dec 18, 2019
1 parent ce24a24 commit a162e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test('urlmarker-custom-client', function(t) {
});

test('urlmarker-too-large-custom-client', function(t) {
var client = needle.defaults({ timeout: 100 });
var client = needle.defaults({ response_timeout: 100 });
var file = fs.readFileSync(path.resolve(__dirname, 'data', 'html-page.png'));
var scope = nock('http://devnull.mapnik.org')
.get(/.*/)
Expand Down

0 comments on commit a162e15

Please sign in to comment.