Skip to content

Commit 8229649

Browse files
committed
Fix GH-9770: Add small timeout in status-listen test
This is to allow more time to switch for active to idle in scoreboard as it seems that Travis is quite short on resources and might not switch it quickly enough.
1 parent 1c5844a commit 8229649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/fpm/tests/status-listen.phpt

+1
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)