mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 23:24:44 +02:00
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
11 lines
501 B
Text
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 };
|