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:
ee0377a
)
JAL-4217 Sensible timeout for testTask0
author
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 2 May 2024 18:48:41 +0000
(19:48 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Thu, 2 May 2024 18:48:41 +0000
(19:48 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
210a83c
..
f56b91d
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1769,7
+1769,7
@@
task testTask0(type: Test) {
preserveOrder true
useDefaultListeners=true
}
- timeout = Duration.ofMinutes(1)
+ timeout = Duration.ofMinutes(10)
}
/* separated tests */