X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fio%2Fcache%2FJvCacheableInputBoxTest.java;h=9946f4c5242966fe41ff8121bf7a28de4c60ac1c;hb=22ddd72267b46ab5ce9a7d6b461769cdd751cd6b;hp=13a94640de37bdca5d785f5891d21c31e7a25864;hpb=270f61aee660a2b8206e51f6392405b8ac30fef7;p=jalview.git 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();