Skip to content

Commit

Permalink
decreased time limit for SNOPT informs test (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj authored Jan 15, 2024
1 parent 8d43112 commit eee3f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tp109.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_snopt(self):
def test_snopt_informs(self):
self.optName = "SNOPT"
self.setup_optProb()
sol = self.optimize(optOptions={"Time Limit": 1e-5})
sol = self.optimize(optOptions={"Time Limit": 1e-15})
self.assert_inform_equal(sol, 34)

def test_slsqp(self):
Expand Down

0 comments on commit eee3f70

Please sign in to comment.