13306: Changes to arvados-cwl-runner code after running futurize --stage2
[arvados.git] / sdk / cwl / tests / wf / runin-reqs-wf3.cwl
index 92bf482a80a37e9d351a8db960697d582229b1cb..3accb324fb339fa3a1f8993f32719fc3526203a8 100644 (file)
@@ -50,10 +50,10 @@ steps:
             id: subtool
             hints:
               - class: ResourceRequirement
-                ramMin: $(inputs.count*4)
+                ramMin: $(inputs.count*128)
             inputs:
               count:
                 type: int
               script: File
             outputs: []
-            arguments: [python, $(inputs.script), $(inputs.count * 4)]
+            arguments: [python, $(inputs.script), $(inputs.count * 128)]