Skip to content

Commit

Permalink
Fix transient tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Oct 26, 2020
1 parent f97dbfc commit 5667606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ public function testItReceivesSignals()
$signalTime = microtime(true);
$timedOutTime = time() + 10;

// wait for worker started and registered the signal handler
usleep(100 * 1000); // 100ms

// immediately after the process has started "booted", kill it
$process->signal(15);

Expand Down

0 comments on commit 5667606

Please sign in to comment.