Perhaps there is some issue today with the Wolfram servers. The following executed very quickly yesterday. However, today it takes a minute or more:
CountryData[#, {"SectorLaborFractions"}] & /@ CountryData[]
But, oddly,
CountryData[#, "SectorLaborFractions"] & /@ CountryData[]
returns very quickly.