Skip to content

Commit 7cd6637

Browse files
committed
Adjust threshold
1 parent 14877fe commit 7cd6637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8341,8 +8341,7 @@ TEST(MaxTimeoutTest, ContentStream) {
83418341
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT
83428342
TEST(MaxTimeoutTest, ContentStreamSSL) {
83438343
time_t timeout = 2000;
8344-
time_t threshold = 200; // TODO: This value should be adjusted due to the
8345-
// slowness of SSL_shutdown on some operating systems.
8344+
time_t threshold = 500; // SSL_shutdown is slow on some operating systems.
83468345

83478346
SSLServer svr(SERVER_CERT_FILE, SERVER_PRIVATE_KEY_FILE);
83488347

0 commit comments

Comments
 (0)