Gaia astroquery async request timing out very quickly

Hi all,
I’ve tried to use Gaia.query_object_async(coordiante=coord, radius=radius) where coord=SkyCoord(ra=353.7195417, dec=18.2265000,unit=(u.deg,u.deg)) and
radius=Quantity(6,u.arcmin)

However, my request times out in 3 minutes, even if I use Gaia.TIMEOUT=600. I’m not sure why this is happening. Any help or insight on this would be greatly appreciated.

Thanks!

nvm I figured it out :slight_smile:

What was the solution?