We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647b2df commit 50abee2Copy full SHA for 50abee2
test/CMakeLists.txt
@@ -57,7 +57,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang|AppleClang|MSVC")
57
"$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/bigobj>"
58
)
59
target_link_libraries(httplib-test-stream PRIVATE httplib GTest::gtest_main)
60
- gtest_discover_tests(httplib-test-stream)
+ gtest_discover_tests(httplib-test-stream DISCOVERY_TIMEOUT 60)
61
message(STATUS "Building httplib-test-stream (C++20 streaming tests)")
62
else()
63
message(STATUS "C++20 not supported, skipping test-stream")
0 commit comments