Increase timeout limit for linear. (#8767)
This commit is contained in:
parent
cbf98cb9c6
commit
4ead65a28c
@ -3,7 +3,7 @@ from hypothesis import given, note, settings, strategies
|
|||||||
import xgboost as xgb
|
import xgboost as xgb
|
||||||
from xgboost import testing as tm
|
from xgboost import testing as tm
|
||||||
|
|
||||||
pytestmark = tm.timeout(10)
|
pytestmark = tm.timeout(20)
|
||||||
|
|
||||||
|
|
||||||
parameter_strategy = strategies.fixed_dictionaries({
|
parameter_strategy = strategies.fixed_dictionaries({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user