Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#6553 from m-chaturvedi/incr_timeou…
Browse files Browse the repository at this point in the history
…ts_rotation_constraint

Increasing Sizes of a Couple of Tests
  • Loading branch information
rpoyner-tri authored Jul 12, 2017
2 parents f9498d4 + 7815eb2 commit 0e2715d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions drake/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ drake_cc_googletest(

drake_cc_googletest(
name = "symbolic_polynomial_test",
size = "medium",
deps = [
":symbolic_polynomial",
":symbolic_test_util",
Expand Down
2 changes: 1 addition & 1 deletion drake/solvers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ drake_cc_googletest(

drake_cc_googletest(
name = "rotation_constraint_test",
size = "medium",
size = "large",
# Excluding because an assertion fails in LLVM code. Issue #6179.
tags = gurobi_test_tags() + mosek_test_tags() + ["no_tsan"],
deps = [
Expand Down

0 comments on commit 0e2715d

Please sign in to comment.