We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97dbfc commit 5667606Copy full SHA for 5667606
Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php
@@ -161,6 +161,9 @@ public function testItReceivesSignals()
161
$signalTime = microtime(true);
162
$timedOutTime = time() + 10;
163
164
+ // wait for worker started and registered the signal handler
165
+ usleep(100 * 1000); // 100ms
166
+
167
// immediately after the process has started "booted", kill it
168
$process->signal(15);
169
0 commit comments