JAL-629 shorter wait times for this test
[jalview.git] / test / jalview / bin / CommandsTest2.java
index 29fbc86..5fa9ba0 100644 (file)
@@ -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();