increase the timeout to 200 ms

This commit is contained in:
Astra 2018-04-22 00:48:31 -04:00
parent ec80470907
commit 503430c73c

View file

@ -48,7 +48,7 @@
// prepend to the changelog body
log.changeLog.body = data[1] + '\n\n' + log.changeLog.body;
}, 100);
}, 200);
});