Skip to content

Commit

Permalink
Increase the value of DISCOVERY_TIMEOUT of gtest_discover_tests t…
Browse files Browse the repository at this point in the history
…o reduce accidental CI failure
  • Loading branch information
HenryAWE committed Jun 23, 2024
1 parent 71f84d7 commit 7815c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ macro(define_papilio_test test_name)
add_executable(${test_name} ${test_name}.cpp)
target_link_libraries(${test_name} PRIVATE papilio_test)
target_sources(${test_name} PRIVATE "cpp.hint")
gtest_discover_tests(${test_name})
gtest_discover_tests(${test_name} DISCOVERY_TIMEOUT 60)
endmacro()

define_papilio_test(test_access)
Expand Down

0 comments on commit 7815c21

Please sign in to comment.