Remove sleeps

This commit is contained in:
Andrii Shvaika 2022-10-03 10:54:39 +03:00
parent 5d7bf3e42b
commit 24aa8dc80d

View File

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