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
fix(ec2): timeout ssh tryKeyGen to avoid hanging #5951
## Problem
Starting in #5936 some
tests started expiring, since fixed in
#5954. However, than
expire, the `SshKeyPair` tests hang because they are stuck in a child
process. This leads to these tests failing to timeout, even when
exceeding the test timeout threshold.
## Solution
Add explicit timeout on the child process we use to spawn ssh keys.
0 commit comments