Increase timeout limit for linear. (#8767)

This commit is contained in:
Jiaming Yuan 2023-02-09 18:20:12 +08:00 committed by GitHub
parent cbf98cb9c6
commit 4ead65a28c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from hypothesis import given, note, settings, strategies
import xgboost as xgb
from xgboost import testing as tm
pytestmark = tm.timeout(10)
pytestmark = tm.timeout(20)
parameter_strategy = strategies.fixed_dictionaries({