From b2274d3b5583550d90bc51de49cea8c12d37952c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=82=E4=B9=8B=E9=92=B3?= Date: Fri, 24 Jul 2026 12:58:24 +0000 Subject: [PATCH] fix: clean up fuzz CMakeLists test properties --- tests/fuzz/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzz/CMakeLists.txt b/tests/fuzz/CMakeLists.txt index 3d2e062..aab4c9d 100644 --- a/tests/fuzz/CMakeLists.txt +++ b/tests/fuzz/CMakeLists.txt @@ -7,5 +7,5 @@ set_tests_properties( FuzzSdf.RandomSpheres FuzzSdf.RandomCSG FuzzSdf.RandomTreeEvaluate FuzzBoolean.RandomBoxBooleans FuzzBoolean.SelfOperations FuzzFormat.IgesRoundTrip FuzzFormat.StepRoundTrip - PROPERTIES TIMEOUT 30 + PROPERTIES TIMEOUT 60 )