* updat testing

This commit is contained in:
Ingo Fischer
2021-08-23 00:51:14 +02:00
parent 0dc453274e
commit 59dc922c6f
+2 -1
View File
@@ -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);