Merge branch 'master' into 7162-support-service-types
[arvados.git] / services / api / test / integration / collections_performance_test.rb
index 7b790b7de2cb58f91d1574dd13e63911b8c8518c..892060a1993ea21b838db6e4cb87ea886b9cf167 100644 (file)
@@ -9,7 +9,7 @@ class CollectionsApiPerformanceTest < ActionDispatch::IntegrationTest
     bigmanifest = time_block 'make example' do
       make_manifest(streams: 100,
                     files_per_stream: 100,
-                    blocks_per_file: 10,
+                    blocks_per_file: 20,
                     bytes_per_block: 2**26,
                     api_token: api_token(:active))
     end