Browse Source

Test: Increase pause time between gc.

pull/245/head
weisj 3 years ago
parent
commit
bdce6b56da
No known key found for this signature in database
GPG Key ID: 31124CB75461DA2A
  1. 2
      core/src/test/java/test/MemoryTest.java

2
core/src/test/java/test/MemoryTest.java

@ -168,7 +168,7 @@ class MemoryTest {
}
try {
// noinspection BusyWait
Thread.sleep(100);
Thread.sleep(500);
} catch (InterruptedException ignored) {
}
System.gc();

Loading…
Cancel
Save