Skip to content

Commit

Permalink
[π˜€π—½π—Ώ] initial version
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Nov 22, 2023
1 parent 36f6abe commit 442d0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passwords/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub const MAX_PASSWORD_LENGTH: usize = 512;
// takes as long as we think it should on whatever machine the test suite is
// running on.
pub const MIN_EXPECTED_PASSWORD_VERIFY_TIME: std::time::Duration =
std::time::Duration::from_millis(650);
std::time::Duration::from_millis(500);

/// Returns an [`Argon2`] context suitable for hashing passwords the same way
/// we do for external authentication
Expand Down

0 comments on commit 442d0dc

Please sign in to comment.