X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d0dd4abf2e364ad94c3bb8ad227faee28edda153..c031d4145d8ab1a11463acf5b20ef4df1afe00a4:/sdk/cwl/tests/wf/runin-reqs-wf2.cwl diff --git a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl index cc1321aec1..5795759d9f 100644 --- a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl +++ b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl @@ -41,7 +41,7 @@ steps: outputs: [] hints: - class: ResourceRequirement - ramMin: $(inputs.count*4) + ramMin: $(inputs.count*128) steps: sleep1: in: @@ -56,4 +56,4 @@ steps: type: int script: File outputs: [] - arguments: [python, $(inputs.script), $(inputs.count * 4)] + arguments: [python, $(inputs.script), $(inputs.count * 128)]