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