Skip to content

Commit 77fd9a9

Browse files
committed
Increase estimator max_time_mins for GH runners
1 parent e2faa5f commit 77fd9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpot/tests/test_estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def tpot_estimator():
7474

7575
@pytest.fixture
7676
def tpot_classifier():
77-
return tpot.tpot_estimator.templates.TPOTClassifier(max_time_mins=10/60,verbose=0)
77+
return tpot.tpot_estimator.templates.TPOTClassifier(max_time_mins=60/60,verbose=0)
7878

7979
@pytest.fixture
8080
def tpot_regressor():

0 commit comments

Comments
 (0)