Skip to content

Commit 28a31a4

Browse files
committed
test: introduce a small delay to prevent flakiness
1 parent eea9743 commit 28a31a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/test/php/checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ else
1010
check "php-fpm is running" pgrep php-fpm
1111
fi
1212

13+
sleep 1
1314
check "Port 9000 is open" sh -c 'netstat -lnt | grep :9000 '
1415

1516
check "php can run" php --version

0 commit comments

Comments
 (0)