mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix word
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user