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 b7e33b0 commit 3e3a8ccCopy full SHA for 3e3a8cc
test/test.cc
@@ -8623,7 +8623,7 @@ TEST(MaxTimeoutTest, ContentStream) {
8623
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
8624
TEST(MaxTimeoutTest, ContentStreamSSL) {
8625
time_t timeout = 2000;
8626
- time_t threshold = 500; // SSL_shutdown is slow on some operating systems.
+ time_t threshold = 1200; // SSL_shutdown is slow on some operating systems.
8627
8628
SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE);
8629
0 commit comments