Browse Source

Remove sleeps

pull/7362/head
Andrii Shvaika 4 years ago
parent
commit
24aa8dc80d
  1. 1
      application/src/test/java/org/thingsboard/server/controller/BaseEntityViewControllerTest.java

1
application/src/test/java/org/thingsboard/server/controller/BaseEntityViewControllerTest.java

@ -814,7 +814,6 @@ public abstract class BaseEntityViewControllerTest extends AbstractControllerTes
@Test
public void testDeleteEntityViewExceptionWithRelationsTransactional() throws Exception {
Thread.sleep(1000);
EntityViewId entityViewId = getNewSavedEntityView("EntityView for Test WithRelations Transactional Exception").getId();
testEntityDaoWithRelationsTransactionalException(entityViewDao, tenantId, entityViewId, "/api/entityView/" + entityViewId);
}

Loading…
Cancel
Save