git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e514117
)
JAL-629 shorter wait times for this test
author
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 26 Apr 2023 12:00:00 +0000
(13:00 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 26 Apr 2023 12:00:00 +0000
(13:00 +0100)
test/jalview/bin/CommandsTest2.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandsTest2.java
b/test/jalview/bin/CommandsTest2.java
index
29fbc86
..
5fa9ba0
100644
(file)
--- 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();