Revision: 6965 Author: [email protected] Date: Tue Nov 17 12:12:25 2009 Log: Increasing timeout of DisclosurePanelTest because the existing 50ms timeout was too small.
Patch by: jlabanca Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=6965 Modified: /trunk/user/test/com/google/gwt/user/client/ui/DisclosurePanelTest.java ======================================= --- /trunk/user/test/com/google/gwt/user/client/ui/DisclosurePanelTest.java Wed Sep 30 16:46:38 2009 +++ /trunk/user/test/com/google/gwt/user/client/ui/DisclosurePanelTest.java Tue Nov 17 12:12:25 2009 @@ -48,7 +48,7 @@ panel.setOpen(true); - delayTestFinish(500); + delayTestFinish(5000); // Allow the animation time to finish Timer t = new Timer() { @Override -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
