Fix time limits

This commit is contained in:
2020-04-15 16:34:18 -05:00
parent 6b50b707a9
commit 84351b3ac3

View File

@@ -33,8 +33,8 @@ logging.getLogger('miplearn').setLevel(logging.INFO)
logger = logging.getLogger("benchmark") logger = logging.getLogger("benchmark")
n_jobs = 10 n_jobs = 10
test_time_limit = 3600 train_time_limit = 3600
train_time_limit = 900 test_time_limit = 900
internal_solver = "gurobi" internal_solver = "gurobi"
args = docopt(__doc__) args = docopt(__doc__)