From: James Procter Date: Fri, 24 Mar 2023 13:30:31 +0000 (+0000) Subject: Merge branch 'develop' into features/JAL-4134_treeviewerforcolumns X-Git-Tag: Release_2_11_3_0~15^2^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=366c4eed3d8a0bee653f9d4c0f16eebb9ff3cbb6;hp=e122bcdde6d11fd3711eda525924d0d737a4f62a;p=jalview.git Merge branch 'develop' into features/JAL-4134_treeviewerforcolumns --- diff --git a/test/jalview/io/cache/JvCacheableInputBoxTest.java b/test/jalview/io/cache/JvCacheableInputBoxTest.java index 13a9464..9946f4c 100644 --- a/test/jalview/io/cache/JvCacheableInputBoxTest.java +++ b/test/jalview/io/cache/JvCacheableInputBoxTest.java @@ -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();