mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix word
This commit is contained in:
parent
de7575c63f
commit
80f0b3d0bd
@ -102,7 +102,7 @@ public class CacheConcurrentTest {
|
||||
});
|
||||
});
|
||||
long interval = concurrencyTester.getInterval();
|
||||
// 总耗时应与单词操作耗时在同一个数量级
|
||||
// 总耗时应与单次操作耗时在同一个数量级
|
||||
Assert.assertTrue(interval < delay * 2);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user