Commit 8113288
authored
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.1 parent 30f9289 commit 8113288
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments