Another attempt at fixing avro test -- I had time out for test too short

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@998552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-18 21:32:35 +00:00
parent 46c53f1460
commit 2dfce22970
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class TestAvroServer {
* *
* @throws Exception * @throws Exception
*/ */
@Test (timeout=60000) @Test (timeout=300000)
public void testTableAdminAndMetadata() throws Exception { public void testTableAdminAndMetadata() throws Exception {
AvroServer.HBaseImpl impl = new AvroServer.HBaseImpl(); AvroServer.HBaseImpl impl = new AvroServer.HBaseImpl();