Another threshold adjustment for macOS on GitHub Actions CI...
This commit is contained in:
parent
3cfbc62154
commit
d8195e3d32
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user