Another threshold adjustment for macOS on GitHub Actions CI...

This commit is contained in:
yhirose 2025-02-10 00:42:43 -05:00
parent 3cfbc62154
commit d8195e3d32

View File

@ -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);