mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
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 };
|