Skip to content

Commit

Permalink
change to 5 second timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Hweinstock committed Nov 7, 2024
1 parent fdca98d commit 2ea8134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/awsService/ec2/sshKeyPair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class SshKeyPair {
}
return !(await tryRun('ssh-keygen', ['-t', keyType, '-N', '', '-q', '-f', keyPath], 'yes', 'unknown key type', {
onStdout: overrideKeys,
timeout: new Timeout(3000),
timeout: new Timeout(5000),
}))
}

Expand Down

0 comments on commit 2ea8134

Please sign in to comment.