Skip to content

Commit

Permalink
Bump pydrake_common_install_test to medium
Browse files Browse the repository at this point in the history
Our linux-xenial-clang-bazel-*-debug builds are sometimes hitting the 60s
timeout in CI, possibly due to I/O contention.  In any case, running and
validating a full install seems like a fair test to be marked not-small.
  • Loading branch information
jwnimmer-tri committed Oct 26, 2017
1 parent 8a4ddd7 commit 4c760c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake/bindings/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ drake_py_test(
# `no_everything` because `libgurobi70.so` is not found [Issue #7283].
drake_py_test(
name = "pydrake_common_install_test",
size = "small",
size = "medium",
srcs = ["python/pydrake/test/testCommonInstall.py"],
data = ["//:install"],
main = "python/pydrake/test/testCommonInstall.py",
Expand Down

0 comments on commit 4c760c9

Please sign in to comment.