Index: trunk/test/unit/org/openstreetmap/josm/actions/AddImageryLayerActionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/actions/AddImageryLayerActionTest.java	(revision 10737)
+++ trunk/test/unit/org/openstreetmap/josm/actions/AddImageryLayerActionTest.java	(revision 10739)
@@ -24,8 +24,10 @@
     /**
      * We need prefs for this. We need platform for actions and the OSM API for checking blacklist.
+     * The timeout is set to default httpclient read timeout + connect timeout + a small delay to ignore
+     * common but harmless network issues.
      */
     @Rule
     @SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD")
-    public JOSMTestRules test = new JOSMTestRules().preferences().platform().fakeAPI().timeout(15000);
+    public JOSMTestRules test = new JOSMTestRules().preferences().platform().fakeAPI().timeout(45500);
 
     /**
