We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4624598 commit b1bb4baCopy full SHA for b1bb4ba
1 file changed
test/test_optimization.py
@@ -530,7 +530,7 @@ def test_solver_time_limit_options(
530
"cplex": {"timelimit": 1},
531
"xpress": {"maxtime": 1},
532
"highs": {"time_limit": 1},
533
- "scip": {"limits/time": 1},
+ "scip": {"limits/time": 10}, # increase time limit to avoid race condition
534
"mosek": {"MSK_DPAR_OPTIMIZER_MAX_TIME": 1},
535
"mindopt": {"MaxTime": 1},
536
"copt": {"TimeLimit": 1},
0 commit comments