From 541f41c6285fbfc4f38630bed96cdf94bcb9e9a2 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 25 Sep 2025 13:04:32 +0200 Subject: [PATCH] Tests: Split 'versioning' smoke-tests further. While adding more tests does add a tiny bit of overhead, having tests within the 10s range is better to ensure a good distribution of them over many threads. It also helps narrowing down the actual blendfile in case of issues. --- tests/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index a488b01fac4..4e42c29986c 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -318,7 +318,7 @@ add_blender_test( # Generate BLENDFILE_VERSIONING_SPLIT_RANGE instances of the test, # each processing their own subset of the whole set of blendfiles. if(TEST_SRC_DIR_EXISTS) - set(BLENDFILE_VERSIONING_SPLIT_RANGE 32) + set(BLENDFILE_VERSIONING_SPLIT_RANGE 128) math(EXPR BLENDFILE_VERSIONING_SPLIT_RANGE_CMAKE "${BLENDFILE_VERSIONING_SPLIT_RANGE} - 1") foreach(idx RANGE ${BLENDFILE_VERSIONING_SPLIT_RANGE_CMAKE}) add_blender_test(