Reviewers: fabbott,

Description:
ClippedImagePrototypeTest#testApplyToClippedImage sporadically fails to
load the second image, possibly because it times out too quickly.  This
patch increases the timeout a little.

Please review this at http://gwt-code-reviews.appspot.com/64806

Affected files:
    
user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java


Index:  
user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java
===================================================================
---  
user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java     
 
(revision 6088)
+++  
user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java     
 
(working copy)
@@ -120,7 +120,7 @@
      });

      RootPanel.get().add(image);
-    delayTestFinish(2000);
+    delayTestFinish(2500);

      Timer t = new Timer() {
        @Override
@@ -130,7 +130,7 @@
        }
      };

-    t.schedule(1000);
+    t.schedule(1500);
    }

    /**



--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to