diff --git a/ghost/core/core/server/lib/request-external.js b/ghost/core/core/server/lib/request-external.js index a8a603b125..18fbbf6981 100644 --- a/ghost/core/core/server/lib/request-external.js +++ b/ghost/core/core/server/lib/request-external.js @@ -42,6 +42,7 @@ const externalRequest = got.extend({ headers: { 'user-agent': 'Ghost(https://github.com/TryGhost/Ghost)' }, + timeout: 10000, // default is no timeout hooks: { init: [(options) => { if (!options.hostname || !validator.isURL(options.hostname)) {