Increase timeout limit for linear. (#8767)
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user