From 9f72eb804d393f89a3dba57098a9c7089c10edc4 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sun, 25 May 2025 12:32:16 -0400 Subject: [PATCH] Computers are fast --- user/manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/manager_test.go b/user/manager_test.go index 35994b47..89f35e3c 100644 --- a/user/manager_test.go +++ b/user/manager_test.go @@ -14,7 +14,7 @@ import ( "time" ) -const minBcryptTimingMillis = int64(50) // Ideally should be >100ms, but this should also run on a Raspberry Pi without massive resources +const minBcryptTimingMillis = int64(40) // Ideally should be >100ms, but this should also run on a Raspberry Pi without massive resources func TestManager_FullScenario_Default_DenyAll(t *testing.T) { a := newTestManagerFromFile(t, filepath.Join(t.TempDir(), "user.db"), "", PermissionDenyAll, DefaultUserPasswordBcryptCost, DefaultUserStatsQueueWriterInterval)