Repository: accumulo Updated Branches: refs/heads/master 72f2c954e -> afbf5f160
ACCUMULO-2522 fix timeout typo Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/448a79e0 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/448a79e0 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/448a79e0 Branch: refs/heads/master Commit: 448a79e00c56684325078cfe257733a450e8f344 Parents: fe5697a Author: Eric C. Newton <eric.new...@gmail.com> Authored: Fri Mar 21 15:26:06 2014 -0400 Committer: Eric C. Newton <eric.new...@gmail.com> Committed: Fri Mar 21 15:26:30 2014 -0400 ---------------------------------------------------------------------- proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/448a79e0/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java ---------------------------------------------------------------------- diff --git a/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java b/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java index 4a461a0..16603ca 100644 --- a/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java +++ b/proxy/src/test/java/org/apache/accumulo/proxy/SimpleTest.java @@ -595,7 +595,7 @@ public class SimpleTest { } catch (TableNotFoundException ex) {} } - @Test(timeout = 10 * 000) + @Test(timeout = 10 * 1000) public void testExists() throws Exception { client.createTable(creds, "ett1", false, TimeType.MILLIS); client.createTable(creds, "ett2", false, TimeType.MILLIS);