Fix theme-unit-test-data.xml file execution timeout
wp-config.php > set_time_limit ( 1000 );
\wp-includes\class-wp-http-curl.php
or
in which file it shows the error
class-wp-http-curl.php > set_time_limit (5000);
// before above lines
curl_exec( $handle );
$theHeaders = WP_Http::processHeaders( $this->headers, $url );
$theBody = $this->body;
$bytes_written_total = $this->bytes_written_total;