mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
change process.time for tests to 2h (#452)
This commit is contained in:
parent
d1c6082a66
commit
f7e3b8260c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ params {
|
||||||
process {
|
process {
|
||||||
cpus = 2
|
cpus = 2
|
||||||
memory = 3.GB
|
memory = 3.GB
|
||||||
time = 48.h
|
time = 2.h
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("$PROFILE" == "singularity") {
|
if ("$PROFILE" == "singularity") {
|
||||||
|
|
Loading…
Reference in a new issue