Skip to content

Commit a04a021

Browse files
committed
Merge branch 'PHP-8.0' into PHP-8.1
2 parents 29f7c46 + 8229649 commit a04a021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/fpm/tests/status-listen.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ $tester = new FPM\Tester($cfg);
3535
$tester->start();
3636
$tester->expectLogStartNotices();
3737
$tester->request()->expectEmptyBody();
38+
usleep(100000);
3839
$tester->status($expectedStatusData, '{{ADDR[status]}}');
3940
$tester->terminate();
4041
$tester->expectLogTerminatingNotices();

0 commit comments

Comments
 (0)