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]