From 442d0dc3ed16f6d340621e3d97cb7f8649cb9f0f Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 22 Nov 2023 15:49:45 -0800 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.5 --- passwords/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passwords/src/lib.rs b/passwords/src/lib.rs index ca2292420c..0faab1e967 100644 --- a/passwords/src/lib.rs +++ b/passwords/src/lib.rs @@ -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