Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
yet another try to get the response of child command in correct order
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Sep 16, 2016
1 parent c7cbf7a commit 3bb0e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Resources/SubProcess.php
Expand Up @@ -14,5 +14,5 @@

echo $message->toJson().PHP_EOL;

usleep($argv[1] * $i * 20);
usleep($argv[1] * $i * 30);
}
2 changes: 1 addition & 1 deletion tests/Resources/SubProcessWithMessageQueue.php
Expand Up @@ -22,5 +22,5 @@

echo $message->toJson().PHP_EOL;

usleep($argv[2] * $i * 20);
usleep($argv[2] * $i * 30);
}

0 comments on commit 3bb0e5c

Please sign in to comment.