diff --git a/node/server.js b/node/server.js index 86c102234..ae75149c9 100644 --- a/node/server.js +++ b/node/server.js @@ -168,7 +168,7 @@ async.waterfall([ if (req.headers.authorization) { setTimeout(function () { res.send('Authentication required', 401); - }, 5000); + }, 1000); } else { res.send('Authentication required', 401); }