JAL-244 test files
[jalview.git] / test / jalview / io / cache / JvCacheableInputBoxTest.java
index 54152a6..3e0aa36 100644 (file)
@@ -57,13 +57,12 @@ public class JvCacheableInputBoxTest
 
     try
     {
+      // This delay is essential to prevent the assertion below from executing
+      // before swing thread finishes updating the combo-box
       SwingUtilities.invokeAndWait(() -> {
         try
         {
-          // This delay is essential to prevent the
-          // assertion below from executing before
-          // swing thread finishes updating the combo-box
-          Thread.sleep(10);
+          Thread.sleep(1);
         } catch (InterruptedException e)
         {
           e.printStackTrace();
@@ -87,12 +86,11 @@ public class JvCacheableInputBoxTest
 
     try
     {
+      // This delay is to let cacheBox.updateCache() finish updating the cache
       SwingUtilities.invokeAndWait(() -> {
         try
         {
-          // This delay is to let
-          // cacheBox.updateCache() finish updating the cache
-          Thread.sleep(10);
+          Thread.sleep(1);
         } catch (InterruptedException e)
         {
           e.printStackTrace();