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:
3ba8b39
)
JAL-3599 increase real and virtual time chrome runs for to 60s (in real-time this...
author
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 08:14:02 +0000
(09:14 +0100)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 08:14:02 +0000
(09:14 +0100)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
8a7e0d7
..
d02b08c
100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-4252,8
+4252,8
@@
task jalviewjsLaunchTest(type: Exec) {
executable(chromiumBinary)
args([
"--headless=new",
- "--timeout=15000",
- "--virtual-time-budget=15000",
+ "--timeout=60000",
+ "--virtual-time-budget=60000",
"--user-data-dir=${jalviewjsBuildDir}/${jalviewjs_chromium_user_dir}",
"--profile-directory=${jalviewjs_chromium_profile_name}",
"--allow-file-access-from-files",