19385: Fix tests
[arvados.git] / sdk / cwl / tests / wf / runin-reqs-wf3.cwl
index 92bf482a80a37e9d351a8db960697d582229b1cb..b08af0063cb7b27888f501e3342c6928cbb2345b 100644 (file)
@@ -15,8 +15,7 @@ inputs:
     default:
       class: File
       location: check_mem.py
-outputs:
-  out: []
+outputs: []
 requirements:
   SubworkflowFeatureRequirement: {}
   ScatterFeatureRequirement: {}
@@ -50,10 +49,10 @@ steps:
             id: subtool
             hints:
               - class: ResourceRequirement
-                ramMin: $(inputs.count*4)
+                ramMin: $(96+inputs.count*32)
             inputs:
               count:
                 type: int
               script: File
             outputs: []
-            arguments: [python, $(inputs.script), $(inputs.count * 4)]
+            arguments: [python, $(inputs.script), $(96+inputs.count * 32)]