wp_remote_get keeps timing out

Check with these args

$args = array(
    'timeout'     => 10,
    'sslverify' => false
);