Test out fix for OpenSSL test flakiness
OpenSSL::TestX509Store#test_verify has been failing intermittently on CI about once a day:
OpenSSL::TestX509Store#test_verify
According to the test:
OpenSSL uses time(2) while Time.now uses clock_gettime(CLOCK_REALTIME), and there may be difference.
This difference is could be the cause for the flaky failures. Let's see if giving the certificate more room solves the problem.
In any case, I will revert this in a week. I think changes to these should go to https://github.com/ruby/openssl/?
Test out fix for OpenSSL test flakiness
OpenSSL::TestX509Store#test_verify
has been failing intermittently onCI about once a day:
According to the test:
This difference is could be the cause for the flaky failures. Let's see
if giving the certificate more room solves the problem.
In any case, I will revert this in a week. I think changes to these
should go to https://github.com/ruby/openssl/?