only run once

This commit is contained in:
Leijurv
2023-03-21 00:11:27 -07:00
parent af320bd052
commit 69b36eea4b

View File

@@ -22,7 +22,7 @@ public class ConnGraphTest {
@Test
public void testPerformanceOnRepeatedConnectionAndDisconnection() {
EulerTourForest.sanityCheck();
for (int trial = 0; trial < 10; trial++) {
for (int trial = 0; trial < 1; trial++) {
try {
Thread.sleep(2000);
System.gc();