From 59dc922c6feb37385d8ae6db02a283c717457100 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Mon, 23 Aug 2021 00:51:14 +0200 Subject: [PATCH] * updat testing --- test/testAdapter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testAdapter.js b/test/testAdapter.js index 17a3028..a622a78 100644 --- a/test/testAdapter.js +++ b/test/testAdapter.js @@ -101,6 +101,7 @@ describe('Test ' + adapterShortName + ' adapter', function() { /* ENABLE THIS WHEN ADAPTER RUNS IN DEAMON MODE TO CHECK THAT IT HAS STARTED SUCCESSFULLY */ +/* it('Test ' + adapterShortName + ' adapter: Check if connected', function (done) { this.timeout(60000); setTimeout(function () { @@ -113,7 +114,7 @@ describe('Test ' + adapterShortName + ' adapter', function() { }); }, 5000); }); - +*/ after('Test ' + adapterShortName + ' adapter: Stop js-controller', function (done) { this.timeout(10000);