Increased timeout for timeseries with failures test
This commit is contained in:
		
							parent
							
								
									c3c23e0796
								
							
						
					
					
						commit
						b4a1c0f836
					
				@ -1137,7 +1137,7 @@ abstract public class BaseEdgeTest extends AbstractControllerTest {
 | 
			
		||||
            clusterService.onEdgeEventUpdate(tenantId, edge.getId());
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        Assert.assertTrue(edgeImitator.waitForMessages(60));
 | 
			
		||||
        Assert.assertTrue(edgeImitator.waitForMessages(120));
 | 
			
		||||
 | 
			
		||||
        List<EntityDataProto> allTelemetryMsgs = edgeImitator.findAllMessagesByType(EntityDataProto.class);
 | 
			
		||||
        Assert.assertEquals(numberOfTimeseriesToSend, allTelemetryMsgs.size());
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user