From 1380165e3d79ff69356c94800365effc06a42686 Mon Sep 17 00:00:00 2001 From: Alinson S Xavier Date: Wed, 7 Apr 2021 12:07:17 -0500 Subject: [PATCH] Benchmark: Reduce time limit during training --- benchmark/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 3d1f05a..ffb0e2a 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -14,7 +14,7 @@ Usage: Options: -h --help Show this screen --train-jobs= Number of instances to solve in parallel during training [default: 10] - --train-time-limit= Solver time limit during training in seconds [default: 3600] + --train-time-limit= Solver time limit during training in seconds [default: 900] --test-jobs= Number of instances to solve in parallel during test [default: 5] --test-time-limit= Solver time limit during test in seconds [default: 900] --solver-threads= Number of threads the solver is allowed to use [default: 4]