X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fio%2Fcache%2FJvCacheableInputBoxTest.java;h=3e0aa367a8b64029697d21f617e5f475f05a3b1e;hb=42ab9fcdad6ea5c39bca0fb8b5564c2d420dc183;hp=54152a665caecdce9dcec5a8c11da76b0513c02e;hpb=7ade43ed57bd37b8a7d9655bc36c71e615793a1a;p=jalview.git diff --git a/test/jalview/io/cache/JvCacheableInputBoxTest.java b/test/jalview/io/cache/JvCacheableInputBoxTest.java index 54152a6..3e0aa36 100644 --- a/test/jalview/io/cache/JvCacheableInputBoxTest.java +++ b/test/jalview/io/cache/JvCacheableInputBoxTest.java @@ -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();