mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue