* updat testing
This commit is contained in:
+2
-1
@@ -101,6 +101,7 @@ describe('Test ' + adapterShortName + ' adapter', function() {
|
|||||||
/*
|
/*
|
||||||
ENABLE THIS WHEN ADAPTER RUNS IN DEAMON MODE TO CHECK THAT IT HAS STARTED SUCCESSFULLY
|
ENABLE THIS WHEN ADAPTER RUNS IN DEAMON MODE TO CHECK THAT IT HAS STARTED SUCCESSFULLY
|
||||||
*/
|
*/
|
||||||
|
/*
|
||||||
it('Test ' + adapterShortName + ' adapter: Check if connected', function (done) {
|
it('Test ' + adapterShortName + ' adapter: Check if connected', function (done) {
|
||||||
this.timeout(60000);
|
this.timeout(60000);
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
@@ -113,7 +114,7 @@ describe('Test ' + adapterShortName + ' adapter', function() {
|
|||||||
});
|
});
|
||||||
}, 5000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
after('Test ' + adapterShortName + ' adapter: Stop js-controller', function (done) {
|
after('Test ' + adapterShortName + ' adapter: Stop js-controller', function (done) {
|
||||||
this.timeout(10000);
|
this.timeout(10000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user