Skip to content

Commit

Permalink
bumped up test timeouts since Hudson seems slower than local machine …
Browse files Browse the repository at this point in the history
…for contention experiments.
  • Loading branch information
jayjwylie committed Oct 9, 2012
1 parent f2466fa commit a3ca980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/voldemort/utils/pool/KeyedResourcePoolTest.java
Expand Up @@ -37,7 +37,7 @@
public class KeyedResourcePoolTest {

protected static int POOL_SIZE = 5;
protected static long TIMEOUT_MS = 100;
protected static long TIMEOUT_MS = 200;

protected TestResourceFactory factory;
protected KeyedResourcePool<String, TestResource> pool;
Expand Down

0 comments on commit a3ca980

Please sign in to comment.