Skip to content

Commit c6ad405

Browse files
committed
use much longer createTimeout for conda environment
1 parent 4604437 commit c6ad405

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nextflow.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ profiles {
6565
conda {
6666
process.conda = "${projectDir}/environment-conda.yml"
6767
conda.enabled = true
68+
conda.createTimeout = '3 h'
6869
}
6970

7071
slurm_singularity {
@@ -86,6 +87,7 @@ profiles {
8687
memory = 20.GB
8788
}
8889
conda.enabled = true
90+
conda.createTimeout = '3 h'
8991
}
9092
}
9193

0 commit comments

Comments
 (0)