Skip to content

Commit 7db9b8e

Browse files
committed
increase conda env creation time to fix tests
1 parent 533c639 commit 7db9b8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nextflow.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ process {
2020
}
2121

2222
profiles {
23-
conda { params.enable_conda = true }
23+
conda {
24+
params.enable_conda = true
25+
conda { createTimeout = "120 min" }
26+
}
2427
debug { process.beforeScript = 'echo $HOSTNAME' }
2528
test {
2629
params.reference = "$baseDir/test_data/ucsc.hg19.minimal.fasta"

0 commit comments

Comments
 (0)