Skip to content

Commit

Permalink
CI fuzz timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ibireme committed Aug 25, 2024
1 parent 6d41604 commit fd00f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ if (YYJSON_BUILD_FUZZER)

add_executable(fuzzer "fuzz/fuzzer.c")
target_link_libraries(fuzzer yyjson)
add_test(test_fuzzer ${CMAKE_CURRENT_BINARY_DIR}/fuzzer -dict=fuzzer.dict -max_total_time=600 ${CMAKE_CURRENT_BINARY_DIR}/corpus)
add_test(test_fuzzer ${CMAKE_CURRENT_BINARY_DIR}/fuzzer -dict=fuzzer.dict -max_total_time=300 ${CMAKE_CURRENT_BINARY_DIR}/corpus)
set_tests_properties(test_fuzzer PROPERTIES TIMEOUT 600)
else()
message(WARNING "LibFuzzer requires LLVM Clang as compiler")
Expand Down

0 comments on commit fd00f59

Please sign in to comment.