mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Decrease chance for random failure for unit/lib/request_spec.js
no issue - this test fails sometimes, i recently increased the socket delay (maybe it was not enough) - because these are milliseconds - let's try 100ms
This commit is contained in:
parent
dac9ffc473
commit
2bfff4ecc2
@ -148,7 +148,7 @@ describe('Request', function () {
|
||||
|
||||
requestMock = nock('http://nofilehere.com')
|
||||
.get('/files/test.txt')
|
||||
.socketDelay(15)
|
||||
.socketDelay(100)
|
||||
.reply(408);
|
||||
|
||||
result = request(url, options)
|
||||
|
Loading…
Reference in New Issue
Block a user