commit | b3727461ef70505479e224ab162cf83d1873ba53 | [log] [tgz] |
---|---|---|
author | zundel@google.com <zundel@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Apr 27 22:42:18 2011 +0000 |
committer | zundel@google.com <zundel@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Apr 27 22:42:18 2011 +0000 |
tree | 60cb3d5a89607a2467cfdbc673628f72cdd70388 | |
parent | ead8ebdc1b39f2ef379eaa41a088b85362399ce2 [diff] |
Ups a timeout from the requestfactory suite from 10 seconds to 30 seconds in hopes of eliminating spurious timeouts during unit testing. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10094 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java b/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java index 8924cbe..32c74e6 100644 --- a/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java +++ b/user/test/com/google/web/bindery/requestfactory/gwt/client/RequestFactoryTest.java
@@ -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();