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:
parent
46c53f1460
commit
2dfce22970
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue