Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Jan 2, 2024
1 parent d6663e5 commit 9dc48ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/EnsuresIntegrity.php
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ trait EnsuresIntegrity
/**
* Ensure this is the only running instance.
*/
protected function mutex(Closure $callback, $timeout = 10): mixed
protected function mutex(Closure $callback, $timeout = 20): mixed
{
if (! property_exists($this, 'repository')) {
return $callback();

0 comments on commit 9dc48ac

Please sign in to comment.