* 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
|
||||
*/
|
||||
/*
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user