Skip to content

Commit

Permalink
Align test resource limits with previous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Oct 17, 2024
1 parent 42c5aa3 commit a6ed155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ process {
}

resourceLimits = [
cpus: 4,
memory: '10.GB',
time: '1.h'
cpus: 2,
memory: '6.GB',
time: '6.h'
]
}

0 comments on commit a6ed155

Please sign in to comment.