Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/AddTritonUnitTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ function(add_triton_ut)
# Without the TEST_DISCOVERY_TIMEOUT, the tests randomly time out on my mac
# laptop. I think the issue may be that the very first time you run a program
# it's a bit slow.
gtest_discover_tests(${__NAME} PROPERTIES TEST_DISCOVERY_TIMEOUT 60)
gtest_discover_tests(${__NAME} DISCOVERY_TIMEOUT 60)
endfunction()