Skip to content

Commit d8195e3

Browse files
committed
Another threshold adjustment for macOS on GitHub Actions CI...
1 parent 3cfbc62 commit d8195e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8393,7 +8393,7 @@ TEST(GlobalTimeoutTest, ContentStreamSSL) {
83938393
svr.wait_until_ready();
83948394

83958395
const time_t timeout = 2000;
8396-
const time_t threshold = 300; // SSL_shutdown is slow...
8396+
const time_t threshold = 500; // SSL_shutdown is slow...
83978397

83988398
SSLClient cli("localhost", PORT);
83998399
cli.enable_server_certificate_verification(false);

0 commit comments

Comments
 (0)