This commit is contained in:
redkale
2024-10-09 21:29:04 +08:00
parent 62eb06f272
commit 21c00b3419
4 changed files with 136 additions and 131 deletions

View File

@@ -64,6 +64,6 @@ public class SncpSleepTest {
System.out.println("耗时: " + e + " ms");
server.shutdown();
workExecutor.shutdown();
Assertions.assertTrue(e < 660);
Assertions.assertTrue(e < 600);
}
}