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:
2bb9cad
)
JAL-629 longer wait for viewer window for build server
author
Ben Soares
<b.soares@dundee.ac.uk>
Sun, 23 Apr 2023 18:40:43 +0000
(19:40 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Sun, 23 Apr 2023 18:40:43 +0000
(19:40 +0100)
test/jalview/bin/CommandsTest2.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandsTest2.java
b/test/jalview/bin/CommandsTest2.java
index
ca0d3e4
..
55a411f
100644
(file)
--- a/
test/jalview/bin/CommandsTest2.java
+++ b/
test/jalview/bin/CommandsTest2.java
@@
-101,7
+101,7
@@
public class CommandsTest2
{
try
{
- Thread.sleep(100);
+ Thread.sleep(1000);
} catch (InterruptedException e)
{
// TODO Auto-generated catch block