HBASE-7980 TestZKInterProcessReadWriteLock fails occasionally in QA test run

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1510753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-08-05 21:41:16 +00:00
parent 96e750fdac
commit fe938fdc55
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class TestZKInterProcessReadWriteLock {
MultithreadedTestUtil.assertOnFutures(results);
}
@Test(timeout = 3000)
@Test(timeout = 30000)
public void testReadLockExcludesWriters() throws Exception {
// Submit a read lock request first
// Submit a write lock request second