We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdca98d commit 2ea8134Copy full SHA for 2ea8134
packages/core/src/awsService/ec2/sshKeyPair.ts
@@ -80,7 +80,7 @@ export class SshKeyPair {
80
}
81
return !(await tryRun('ssh-keygen', ['-t', keyType, '-N', '', '-q', '-f', keyPath], 'yes', 'unknown key type', {
82
onStdout: overrideKeys,
83
- timeout: new Timeout(3000),
+ timeout: new Timeout(5000),
84
}))
85
86
0 commit comments