Revision: 10094
Author:   zun...@google.com
Date:     Wed Apr 27 15:42:18 2011
Log: Ups a timeout from the requestfactory suite from 10 seconds to 30 seconds
in hopes of eliminating spurious timeouts during unit testing.

http://code.google.com/p/google-web-toolkit/source/detail?r=10094

Modified:
/trunk/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java

=======================================
--- /trunk/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java Thu Apr 21 12:44:49 2011 +++ /trunk/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java Wed Apr 27 15:42:18 2011
@@ -194,7 +194,7 @@
     }
   }

-  private static final int DELAY_TEST_FINISH = 10 * 1000;
+  private static final int DELAY_TEST_FINISH = 30 * 1000;

public <T extends EntityProxy> void assertContains(Collection<T> col, T value) {
     EntityProxyId<?> lookFor = value.stableId();

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

Reply via email to