Skip to content

Commit 5a5778d

Browse files
committed
adjust conflict threshold for helgrind test
1 parent 216444e commit 5a5778d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ add_test(
3131
-DVALGRIND_COMMAND=valgrind
3232
-DVALGRIND_ARGS=--tool=helgrind
3333
-DVIOLATED_THRESHOLD=0
34-
-DCONFLICTS_THRESHOLD=2
34+
-DCONFLICTS_THRESHOLD=4
3535
-P ${CMAKE_CURRENT_SOURCE_DIR}/run_helgrind_test.cmake
3636
)
3737

0 commit comments

Comments
 (0)