mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
better tests for windows nodes
This commit is contained in:
@@ -413,7 +413,7 @@ describe('trigger node', function() {
|
||||
n1.emit("input", {payload:"foo"}); // trigger
|
||||
setTimeout( function() {
|
||||
n1.emit("input", {reset:true}); // reset
|
||||
},90);
|
||||
},95);
|
||||
setTimeout( function() {
|
||||
c.should.equal(4); // should send foo 4 times.
|
||||
done();
|
||||
|
Reference in New Issue
Block a user