mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Decrease chance of random test failure in core/test/unit/server_utils_spec.js
no issue
This commit is contained in:
parent
4a6b5d2d4e
commit
511c26745b
@ -135,7 +135,7 @@ describe('Server Utilities', function () {
|
||||
it('will timeout', function (done) {
|
||||
nock('https://www.gravatar.com')
|
||||
.get('/avatar/ef6dcde5c99bb8f685dd451ccc3e050a?s=250&d=404&r=x')
|
||||
.delay(11)
|
||||
.delay(15)
|
||||
.reply(200);
|
||||
|
||||
gravatar.lookup({email: 'exists@example.com'}, 10).then(function (result) {
|
||||
|
Loading…
Reference in New Issue
Block a user