Merge branch 'features/JAL-4134_treeviewerforcolumns' into features/JAL-4134_use_anno...
authorJames Procter <j.procter@dundee.ac.uk>
Mon, 1 May 2023 09:57:51 +0000 (10:57 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Mon, 1 May 2023 09:57:51 +0000 (10:57 +0100)
test/jalview/io/cache/JvCacheableInputBoxTest.java

index 13a9464..9946f4c 100644 (file)
@@ -57,7 +57,7 @@ public class JvCacheableInputBoxTest
       // This delay is essential to prevent the
       // assertion below from executing before
       // swing thread finishes updating the combo-box
-      Thread.sleep(100);
+      Thread.sleep(350);
     } catch (InterruptedException e)
     {
       e.printStackTrace();
@@ -77,7 +77,7 @@ public class JvCacheableInputBoxTest
     {
       // This delay is to let
       // cacheBox.updateCache() finish updating the cache
-      Thread.sleep(200);
+      Thread.sleep(350);
     } catch (InterruptedException e)
     {
       e.printStackTrace();