diff --git a/tests/CreatesApplication.php b/tests/CreatesApplication.php index 39637004..df7814bb 100644 --- a/tests/CreatesApplication.php +++ b/tests/CreatesApplication.php @@ -18,7 +18,7 @@ trait CreatesApplication $app->make(Kernel::class)->bootstrap(); - Hash::setRounds(5); + Hash::setRounds(4); return $app; }