Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
gtest_discover_tests
timeout argument (#5149)
`gtest_discover_tests` runs the built unittest executable to create a distinct CMake target for every individual unittest in each executable. However, this was previously noted to time out on MacOS frequently (because MacOS scans newly built executables for viruses, or something...) but the timeout argument was incorrectly specified.
- Loading branch information