Revision: 7181 Author: [email protected] Date: Wed Nov 25 08:25:14 2009 Log: Increasing the timeout of ImageResourceTest#testDedup because it sometimes times out.
Patch by: jlabanca Review by: fabbott http://code.google.com/p/google-web-toolkit/source/detail?r=7181 Modified: /trunk/user/test/com/google/gwt/resources/client/ImageResourceTest.java ======================================= --- /trunk/user/test/com/google/gwt/resources/client/ImageResourceTest.java Fri Nov 20 16:10:50 2009 +++ /trunk/user/test/com/google/gwt/resources/client/ImageResourceTest.java Wed Nov 25 08:25:14 2009 @@ -107,7 +107,7 @@ assertEquals(a.getLeft(), b.getTop()); assertEquals(a.getLeft(), c.getTop()); - delayTestFinish(1000); + delayTestFinish(10000); // See if the size of the image strip is what we expect Image i = new Image(a.getURL()); i.addLoadHandler(new LoadHandler() { -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
