From 69b36eea4b25c1458e09b836ddf5d33874d141c7 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Tue, 21 Mar 2023 00:11:27 -0700 Subject: [PATCH] only run once --- .../com/github/btrekkie/connectivity/test/ConnGraphTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/github/btrekkie/connectivity/test/ConnGraphTest.java b/src/test/java/com/github/btrekkie/connectivity/test/ConnGraphTest.java index 48b0dbc64..dbec3a5ae 100644 --- a/src/test/java/com/github/btrekkie/connectivity/test/ConnGraphTest.java +++ b/src/test/java/com/github/btrekkie/connectivity/test/ConnGraphTest.java @@ -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();