Skip to content

Commit d0c6cb5

Browse files
author
Andras Fekete
committed
Add a bigger delay in startup check
1 parent b0b4b4a commit d0c6cb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-wp-cs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ start_openssl_server() { # usage: start_openssl_server [extraArgs]
165165
sleep 0.5
166166

167167
if [ $(check_process_running $OPENSSL_SERVER_PID) != "0" ]; then
168-
sleep 0.5 # Might need to wait for backgrounded task to actually start
168+
sleep 2 # Might need to wait for backgrounded task to actually start
169169
if [ $(check_process_running $OPENSSL_SERVER_PID) != "0" ]; then
170170
printf "OpenSSL server failed to start (PID=$OPENSSL_SERVER_PID)\n"
171171
do_cleanup

0 commit comments

Comments
 (0)