Update LockingTest.java

This commit is contained in:
Robert von Burg 2013-10-28 15:49:48 +01:00
parent ff5304a1a0
commit c69ebe8e24
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class LockingTest extends AbstractPersistenceTest {
properties.setProperty(PersistenceConstants.PROP_LOCK_TIME_MILLIS, Long.toString(500L));
setup(properties);
this.waitForWorkersTime = LockableObject.getLockTime() + (long) ((double) this.getWaitForWorkersTime() * .2);
this.waitForWorkersTime = LockableObject.getLockTime() + this.getWaitForWorkersTime() + 300L;
}
@Test