0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Decrease chance of random test failure in core/test/unit/utils/request_spec.js

no issue
This commit is contained in:
kirrg001 2017-12-11 12:53:13 +01:00
parent bac71db996
commit 6d87703c2e

View file

@ -151,7 +151,7 @@ describe('Request', function () {
requestMock = nock('http://nofilehere.com') requestMock = nock('http://nofilehere.com')
.get('/files/test.txt') .get('/files/test.txt')
.socketDelay(11) .socketDelay(15)
.reply(408); .reply(408);
result = request(url, options) result = request(url, options)