From d8195e3d32f49da1a670935d8c280885a59196d1 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 10 Feb 2025 00:42:43 -0500 Subject: [PATCH] Another threshold adjustment for macOS on GitHub Actions CI... --- test/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.cc b/test/test.cc index e37e1ab..a9621f3 100644 --- a/test/test.cc +++ b/test/test.cc @@ -8393,7 +8393,7 @@ TEST(GlobalTimeoutTest, ContentStreamSSL) { svr.wait_until_ready(); const time_t timeout = 2000; - const time_t threshold = 300; // SSL_shutdown is slow... + const time_t threshold = 500; // SSL_shutdown is slow... SSLClient cli("localhost", PORT); cli.enable_server_certificate_verification(false);