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:
b242acf
)
JAL-2309 Made test timeout slightly longer
bug/JAL-2309
author
kiramt
<k.mourao@dundee.ac.uk>
Tue, 8 Nov 2016 14:18:48 +0000
(14:18 +0000)
committer
kiramt
<k.mourao@dundee.ac.uk>
Tue, 8 Nov 2016 14:18:48 +0000
(14:18 +0000)
test/jalview/bin/CommandLineOperations.java
patch
|
blob
|
history
diff --git
a/test/jalview/bin/CommandLineOperations.java
b/test/jalview/bin/CommandLineOperations.java
index
2163a7a
..
c79a043
100644
(file)
--- a/
test/jalview/bin/CommandLineOperations.java
+++ b/
test/jalview/bin/CommandLineOperations.java
@@
-34,7
+34,9
@@
import org.testng.annotations.Test;
public class CommandLineOperations
{
- private static final int TEST_TIMEOUT = 4000;
+ private static final int TEST_TIMEOUT = 4500; // Note longer timeout needed on
+ // full test run than on
+ // individual tests
private static final int SETUP_TIMEOUT = 9000;