Add option to fast forward sleeping

This commit is contained in:
Rui Hu
2024-03-13 17:34:11 +08:00
parent 45faf97cea
commit f005187a72
4 changed files with 7 additions and 16 deletions

View File

@@ -27,4 +27,5 @@ java {
tasks.test {
useJUnitPlatform()
jvmArgs = listOf("-Dfast=true")
}