You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
This currently prevents us from using the node-accept-pull-request job to land changes. I did some additional tests, and test/simple/test-tls-server-verify.js takes around 80 seconds to run on our Windows 2012 server Jenkins agent. It takes less time on my local Windows 7 VMWare VM (under 60 seconds).
@orangemocha Do you have some time to look into this?
The text was updated successfully, but these errors were encountered:
Now working on a workaround, modifying the test to let all those test cases run in parallel instead of serialized, so that it finishes quickly in spite of the openssl-cli delay.
This currently prevents us from using the node-accept-pull-request job to land changes. I did some additional tests, and
test/simple/test-tls-server-verify.js
takes around 80 seconds to run on our Windows 2012 server Jenkins agent. It takes less time on my local Windows 7 VMWare VM (under 60 seconds).@orangemocha Do you have some time to look into this?
The text was updated successfully, but these errors were encountered: