binwiederhier 8 месяцев назад
Родитель
Сommit
9f72eb804d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      user/manager_test.go

+ 1 - 1
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)