Skip to content

Commit b1bb4ba

Browse files
committed
Increase SCIP time limit in test to fix flaky CI (fixes PyPSA#577) (PyPSA#606)
1 parent 4624598 commit b1bb4ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def test_solver_time_limit_options(
530530
"cplex": {"timelimit": 1},
531531
"xpress": {"maxtime": 1},
532532
"highs": {"time_limit": 1},
533-
"scip": {"limits/time": 1},
533+
"scip": {"limits/time": 10}, # increase time limit to avoid race condition
534534
"mosek": {"MSK_DPAR_OPTIMIZER_MAX_TIME": 1},
535535
"mindopt": {"MaxTime": 1},
536536
"copt": {"TimeLimit": 1},

0 commit comments

Comments
 (0)