Skip to content

Commit

Permalink
Merge pull request #9951 from jamiesnape/install-test-eternal
Browse files Browse the repository at this point in the history
Increase install_test timeout to eternal
  • Loading branch information
jamiesnape authored Nov 7, 2018
2 parents 83b0e51 + cef2023 commit 482986d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tools/install/install.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -894,13 +894,14 @@ def install_test(

drake_py_unittest(
name = name,
# This is an integration test with significant I/O that requires at
# least a "long" timeout so that debug builds are successful.
# This is an integration test with significant I/O that requires an
# "eternal" timeout so that debug builds are successful.
# Therefore, the test size is increased to "medium", and the timeout to
# "long".
# "eternal".
# TODO(jamiesnape): Try to shorten the duration of this test.
size = "medium",
srcs = [src],
timeout = "long",
timeout = "eternal",
deps = ["//tools/install:install_test_helper"],
**kwargs
)
Expand Down

0 comments on commit 482986d

Please sign in to comment.