mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
help TestThreadSafe fail faster
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@465996 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c270fa8a2f
commit
d969f3ce2e
@ -59,7 +59,7 @@ public class TestThreadSafe extends TestCase {
|
||||
IndexReader ir;
|
||||
***/
|
||||
|
||||
switch(rand.nextInt(2)) {
|
||||
switch(rand.nextInt(1)) {
|
||||
case 0: loadDoc(ir1); break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user