Skip to content

Commit

Permalink
Give time for Apache to start before connecting with curl; tls/test_t…
Browse files Browse the repository at this point in the history
…ls.sh
  • Loading branch information
iapaddler committed Jun 7, 2022
1 parent af37caf commit 5772300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/tls/test_tls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ endtest
starttest apache
APACHE_HTTP_START=$(grep "http\." $EVT_FILE | grep -c httpd)
ldscope httpd -k start
sleep 2
ldscope curl -k https://localhost:443/ > /dev/null
ldscope httpd -k stop
evaltest
Expand Down

0 comments on commit 5772300

Please sign in to comment.