Skip to content

Commit 2ea8134

Browse files
committed
change to 5 second timeout
1 parent fdca98d commit 2ea8134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +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(3000),
83+
timeout: new Timeout(5000),
8484
}))
8585
}
8686

0 commit comments

Comments
 (0)