From 6a90041f06b4e1fb0939dceca3245977af9b4386 Mon Sep 17 00:00:00 2001 From: Omertron Date: Tue, 12 Oct 2010 18:10:09 +0000 Subject: [PATCH] Updated timeout --- .../src/com/moviejukebox/themoviedb/tools/WebBrowser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themoviedbapi/src/com/moviejukebox/themoviedb/tools/WebBrowser.java b/themoviedbapi/src/com/moviejukebox/themoviedb/tools/WebBrowser.java index c122fcba4..ccc0d632d 100644 --- a/themoviedbapi/src/com/moviejukebox/themoviedb/tools/WebBrowser.java +++ b/themoviedbapi/src/com/moviejukebox/themoviedb/tools/WebBrowser.java @@ -40,7 +40,7 @@ public final class WebBrowser { private static String proxyUsername = null; private static String proxyPassword = null; private static String proxyEncodedPassword = null; - private static int webTimeoutConnect = 10000; // 10 second timeout + private static int webTimeoutConnect = 25000; // 25 second timeout private static int webTimeoutRead = 90000; // 90 second timeout static {