Remove sleeps
This commit is contained in:
parent
5d7bf3e42b
commit
24aa8dc80d
@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user