diff --git a/package.json b/package.json index 6422762..521147a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "travis-telegram-bot", - "version": "0.1.0", + "version": "1.0.0", "author": { "name": "Artem Gurzhii", "email": "artem.gurzhii@gmail.com", diff --git a/src/utils/helpers.js b/src/utils/helpers.js index 7889d0b..9a0b7ee 100644 --- a/src/utils/helpers.js +++ b/src/utils/helpers.js @@ -59,7 +59,7 @@ function cycle(users, output) { }); }); }); - }, 2000); + }, 7000); } export default { getJSON, jsonURL, getTime, cycle, clear };