Skip to content

Commit 6587a1f

Browse files
Merge master into feature/q-dev-ux
2 parents 1d8d79f + 8113288 commit 6587a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/awsService/ec2/sshKeyPair.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export class SshKeyPair {
8080
}
8181
return !(await tryRun('ssh-keygen', ['-t', keyType, '-N', '', '-q', '-f', keyPath], 'yes', 'unknown key type', {
8282
onStdout: overrideKeys,
83+
timeout: new Timeout(5000),
8384
}))
8485
}
8586

0 commit comments

Comments
 (0)