Skip to content

Commit 50abee2

Browse files
committed
Increase discovery timeout for C++20 streaming tests in CMake
1 parent 647b2df commit 50abee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang|AppleClang|MSVC")
5757
"$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/bigobj>"
5858
)
5959
target_link_libraries(httplib-test-stream PRIVATE httplib GTest::gtest_main)
60-
gtest_discover_tests(httplib-test-stream)
60+
gtest_discover_tests(httplib-test-stream DISCOVERY_TIMEOUT 60)
6161
message(STATUS "Building httplib-test-stream (C++20 streaming tests)")
6262
else()
6363
message(STATUS "C++20 not supported, skipping test-stream")

0 commit comments

Comments
 (0)