fixed test
This commit is contained in:
		
							parent
							
								
									45d289d0a3
								
							
						
					
					
						commit
						d25af15074
					
				@ -113,7 +113,7 @@ public class EdqsEntityDataQueryTest extends AbstractContainerTest {
 | 
				
			|||||||
        EntityCountQuery query = new EntityCountQuery(allDeviceFilter);
 | 
					        EntityCountQuery query = new EntityCountQuery(allDeviceFilter);
 | 
				
			||||||
        await("Waiting for total device count")
 | 
					        await("Waiting for total device count")
 | 
				
			||||||
                .atMost(30, TimeUnit.SECONDS)
 | 
					                .atMost(30, TimeUnit.SECONDS)
 | 
				
			||||||
                .until(() -> testRestClient.postCountDataQuery(query).equals(97L * 2));
 | 
					                .until(() -> testRestClient.postCountDataQuery(query).compareTo(97L * 2) >= 0);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        testRestClient.getAndSetUserToken(tenantAdminId);
 | 
					        testRestClient.getAndSetUserToken(tenantAdminId);
 | 
				
			||||||
        await("Waiting for total device count")
 | 
					        await("Waiting for total device count")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user