Compare commits

...

1 Commits

Author SHA1 Message Date
bhe-talendbj
ddd9540a1f fix junit 2020-09-22 17:56:07 +08:00

View File

@@ -636,7 +636,7 @@ public class LockerByKeyTest {
}
@SuppressWarnings({ "unchecked", "rawtypes" })
@Test(timeout = 20000)
@Test(timeout = 30000)
// @Test
public void testThreadSafety_LockThenUnlock() throws Exception {
final ILockerByKey locker = createLockerInstance();