mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue