Skip to content

Commit

Permalink
Increase test profile max runtime to 2 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 24, 2024
1 parent 05d90b6 commit fc378fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process {
resourceLimits = [
cpus: 4,
memory: '15.GB',
time: '1.h'
time: '2.h'
]
}

Expand Down

0 comments on commit fc378fd

Please sign in to comment.