fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-18 12:28:41 +02:00
parent 1240505227
commit cb072d0f6a

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/',