Skip to content

Commit

Permalink
Try to stable failing Schedule test
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Aug 16, 2024
1 parent 89c81ab commit 97d79b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Acceptance/Harness/Schedule/BasicTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ public static function check(
self::assertInstanceOf(StartWorkflowAction::class, $action);
self::assertSame($workflowId, $action->workflowId);

// Sometimes there is no the necessary Schedule. Try to wait a bit
usleep(100);
// Confirm simple list
$found = false;
foreach ($client->listSchedules() as $schedule) {
Expand Down

0 comments on commit 97d79b2

Please sign in to comment.