diff --git a/app/Console/Commands/CreateTestData.php b/app/Console/Commands/CreateTestData.php index 1901521202ec..ab0422427833 100644 --- a/app/Console/Commands/CreateTestData.php +++ b/app/Console/Commands/CreateTestData.php @@ -331,7 +331,7 @@ class CreateTestData extends Command $this->info('Creating '.$this->count.' clients'); - for ($x = 0; $x < $this->count * 500; $x++) { + for ($x = 0; $x < $this->count * 200; $x++) { $z = $x + 1; $this->info('Creating client # '.$z);