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 31e917b commit 93ca0baCopy full SHA for 93ca0ba
src/hsm.rs
@@ -76,7 +76,7 @@ impl Hsm {
76
// NOTE: RSA key generation takes a lot of time on the YubiHSM. It's also
77
// highly viariable: in practice we've seen RSA4K key generation take
78
// anywhere from less than 1 minute to over 5 minutes.
79
- const TIMEOUT_MS: u64 = 300000;
+ const TIMEOUT_MS: u64 = u64::MAX;
80
81
pub fn new(
82
auth_id: Id,
0 commit comments