From cb072d0f6abac47f1dc3ca09a0471e2c7dc433fd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 18 Sep 2019 12:28:41 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 197a1da..5545bbc 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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/',