mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Make Trigger node timeout test 1ms more tolerable
This commit is contained in:
parent
529b358c9b
commit
46acc62279
@ -606,7 +606,7 @@ describe('trigger node', function() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
msg.should.have.a.property("payload", "World");
|
msg.should.have.a.property("payload", "World");
|
||||||
(Date.now() - ss).should.be.greaterThan(150);
|
(Date.now() - ss).should.be.greaterThan(149);
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user