Index: /trunk/test/unit/org/openstreetmap/josm/gui/preferences/imagery/ImageryPreferenceTestIT.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/preferences/imagery/ImageryPreferenceTestIT.java	(revision 17516)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/preferences/imagery/ImageryPreferenceTestIT.java	(revision 17517)
@@ -202,4 +202,8 @@
             if (!error.isEmpty()) {
                 errors.add(error);
+                if (error.contains("This request used more time than allowed and has been forcefully stopped")) {
+                    // No need to kill both remote server and our Jenkins instance... On error of this kind is enough to see there's a problem
+                    break;
+                }
             }
         }
