aports/testing/botan2/test_tls_stream_integration-timout_patch
omni c3d05b57eb testing/botan2: move from main/botan
https://botan.randombit.net/#releases

  Botan2 has, as of 2025-01-01, reached end of life. No further releases
  are expected.

  The latest release in the Botan2 series is 2.19.5 (sig), released on
  2024-07-08.

fixes #16548
2025-05-28 21:33:15 +00:00

11 lines
501 B
Text

--- a/src/tests/test_tls_stream_integration.cpp
+++ b/src/tests/test_tls_stream_integration.cpp
@@ -33,7 +33,7 @@ using ssl_stream = Botan::TLS::Stream<ne
using namespace std::placeholders;
using Result = Botan_Tests::Test::Result;
-static const auto k_timeout = std::chrono::seconds(3);
+static const auto k_timeout = std::chrono::seconds(6);
static const auto k_endpoints = std::vector<tcp::endpoint> {tcp::endpoint{net::ip::make_address("127.0.0.1"), 8082}};
enum { max_msg_length = 512 };