Jsoup SocketTimeoutException: Read timed out January 3, 2023 by Tarik I think you can do Jsoup.connect("...").timeout(10 * 1000).get(); which sets timeout to 10s.