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:
parent
96e750fdac
commit
fe938fdc55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue