Skip to content

Commit

Permalink
Merge pull request #1130 from J9rem/fix/tests-console-service
Browse files Browse the repository at this point in the history
fix(ConsoleServiceTest): wait 1 second more to wait the result to test
  • Loading branch information
mrflos authored Mar 6, 2024
2 parents 002d85b + 68c13bd commit 9628d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/includes/services/ConsoleServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function testAsync(ConsoleService $consoleService)
"-w",1,
]);
$process->wait();
sleep(2);
sleep(3);

$content = file_get_contents($tmp_path);
unlink($tmp_path);
Expand Down

0 comments on commit 9628d56

Please sign in to comment.