We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b4b4a commit d0c6cb5Copy full SHA for d0c6cb5
1 file changed
scripts/test-wp-cs.sh
@@ -165,7 +165,7 @@ start_openssl_server() { # usage: start_openssl_server [extraArgs]
165
sleep 0.5
166
167
if [ $(check_process_running $OPENSSL_SERVER_PID) != "0" ]; then
168
- sleep 0.5 # Might need to wait for backgrounded task to actually start
+ sleep 2 # Might need to wait for backgrounded task to actually start
169
170
printf "OpenSSL server failed to start (PID=$OPENSSL_SERVER_PID)\n"
171
do_cleanup
0 commit comments