app.get('/long2.js', function(req, res, next) {
    setTimeout(function() {
      res.set('content-type', 'application/javascript')
      res.send('__GLOBAL__.exportDefault = "LONG2"')
    }, 1000 * 6);