Skip to content

Commit

Permalink
lower rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 19, 2017
1 parent c5a5069 commit 4bfb164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CreatesApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function createApplication()

$app->make(Kernel::class)->bootstrap();

Hash::setRounds(5);
Hash::setRounds(4);

return $app;
}
Expand Down

0 comments on commit 4bfb164

Please sign in to comment.