From 4ead65a28c24f4ba1b2d70a72874b99142181b1e Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Thu, 9 Feb 2023 18:20:12 +0800 Subject: [PATCH] Increase timeout limit for linear. (#8767) --- tests/python/test_linear.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_linear.py b/tests/python/test_linear.py index b3dbf35f1..a7b0dccdb 100644 --- a/tests/python/test_linear.py +++ b/tests/python/test_linear.py @@ -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({