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