Skip to content

Commit

Permalink
scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Jul 2, 2021
1 parent 446d28d commit f9494fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Console/ConsumePrimeEventsTest.php
Expand Up @@ -83,7 +83,7 @@ public function test_execute_with_limit()
});

$this->tester->execute(['connection' => 'test', '--limit' => 50]);
usleep(200000);
usleep(500000);

$count = count(MyTestEntityListener::$inserted);
$this->assertGreaterThan(5, $count);
Expand Down

0 comments on commit f9494fe

Please sign in to comment.