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:
parent
bac71db996
commit
6d87703c2e
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ describe('Request', function () {
|
|||
|
||||
requestMock = nock('http://nofilehere.com')
|
||||
.get('/files/test.txt')
|
||||
.socketDelay(11)
|
||||
.socketDelay(15)
|
||||
.reply(408);
|
||||
|
||||
result = request(url, options)
|
||||
|
|
Loading…
Add table
Reference in a new issue