11088: Fix keep_cache_ram units.
[arvados.git] / sdk / cwl / tests / test_container.py
index 45e2c7c45f20915fbca39e8e553564f23fc18df9..98297f32203323998f7f52cc5d779f67b7110d98 100644 (file)
@@ -127,7 +127,7 @@ class TestContainer(unittest.TestCase):
                 'runtime_constraints': {
                     'vcpus': 3,
                     'ram': 3145728000,
-                    'keep_cache_ram': 512,
+                    'keep_cache_ram': 536870912,
                     'API': True
                 },
                 'use_existing': True,