2 Commits

Author SHA1 Message Date
ec17d7835e 2.0.12 2019-09-18 12:28:42 +02:00
cb072d0f6a fix(core): update 2019-09-18 12:28:41 +02:00
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/slack",
"version": "2.0.11",
"version": "2.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/slack",
"version": "2.0.11",
"version": "2.0.12",
"private": false,
"description": "slack api abstraction for the mojo.io ecosystem",
"main": "dist/index.js",

View File

@ -57,7 +57,7 @@ tap.test('should send a message to Slack by directly calling the message', async
testSlackme
);
await testSlackMessage.sendToRoom('random');
await tools.delayFor(5000);
await tools.delayFor(1000);
await testSlackMessage.updateAndSend({
author_name: 'GitLab CI',
author_link: 'https://gitlab.com/',