From: Ben Soares Date: Wed, 26 Apr 2023 12:00:00 +0000 (+0100) Subject: JAL-629 shorter wait times for this test X-Git-Tag: Release_2_11_4_0~371 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=2b830243eed0188ae6704640bd24b7f99f61bc1b;p=jalview.git JAL-629 shorter wait times for this test --- diff --git a/test/jalview/bin/CommandsTest2.java b/test/jalview/bin/CommandsTest2.java index 29fbc86..5fa9ba0 100644 --- a/test/jalview/bin/CommandsTest2.java +++ b/test/jalview/bin/CommandsTest2.java @@ -69,7 +69,7 @@ public class CommandsTest2 try { // sleep for slow build server to open annotations and viewer windows - Thread.sleep(seqNum * 100 + annNum * 200 + viewerNum * 1500); + Thread.sleep(seqNum * 50 + annNum * 50 + viewerNum * 500); } catch (InterruptedException e) { e.printStackTrace();