obi test: made less heavy by default
This commit is contained in:
@ -442,7 +442,7 @@ def addOptions(parser):
|
|||||||
default=20,
|
default=20,
|
||||||
type=int,
|
type=int,
|
||||||
help="Maximum length of tuples. "
|
help="Maximum length of tuples. "
|
||||||
"Default: 50")
|
"Default: 20")
|
||||||
|
|
||||||
group.add_argument('--max_ini_col_count','-o',
|
group.add_argument('--max_ini_col_count','-o',
|
||||||
action="store", dest="test:maxinicolcount",
|
action="store", dest="test:maxinicolcount",
|
||||||
@ -455,7 +455,7 @@ def addOptions(parser):
|
|||||||
group.add_argument('--max_line_nb','-l',
|
group.add_argument('--max_line_nb','-l',
|
||||||
action="store", dest="test:maxlinenb",
|
action="store", dest="test:maxlinenb",
|
||||||
metavar='<MAX_LINE_NB>',
|
metavar='<MAX_LINE_NB>',
|
||||||
default=10000,
|
default=1000,
|
||||||
type=int,
|
type=int,
|
||||||
help="Maximum number of lines in a column. "
|
help="Maximum number of lines in a column. "
|
||||||
"Default: 1000")
|
"Default: 1000")
|
||||||
|
Reference in New Issue
Block a user