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:
1626b6a
)
JAL-629 failFast and new threads for each test
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 16 Mar 2023 18:36:54 +0000
(18:36 +0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 16 Mar 2023 18:36:54 +0000
(18:36 +0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
87ca397
..
3f304bd
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1754,6
+1754,11
@@
test {
maxHeapSize = "1024m"
+/* delete these! */
+ maxParallelForks = 1
+ forkEvery = 1
+ failFast = true
+
workingDir = jalviewDir
def testLaf = project.findProperty("test_laf")
if (testLaf != null) {
@@
-3986,3
+3991,4
@@
task jalviewjs {
description "Build the site"
dependsOn jalviewjsBuildSite
}
+