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:
cd1abd0
)
JAL-629 even longer wait for viewer window for build server
author
Ben Soares
<b.soares@dundee.ac.uk>
Sun, 23 Apr 2023 18:59:08 +0000
(19:59 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Sun, 23 Apr 2023 18:59:08 +0000
(19:59 +0100)
test/jalview/bin/CommandsTest2.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandsTest2.java
b/test/jalview/bin/CommandsTest2.java
index
55a411f
..
32b0fbd
100644
(file)
--- a/
test/jalview/bin/CommandsTest2.java
+++ b/
test/jalview/bin/CommandsTest2.java
@@
-101,10
+101,10
@@
public class CommandsTest2
{
try
{
- Thread.sleep(1000);
+ // sleep for slow build server to open viewer window
+ Thread.sleep(5000);
} catch (InterruptedException e)
{
- // TODO Auto-generated catch block
e.printStackTrace();
}
List<StructureViewerBase> openViewers = Desktop.instance