Skip to content

Commit

Permalink
Added a global timeout for the test suite. (#11263)
Browse files Browse the repository at this point in the history
* Added a global timeout.

* Fixed a typo.
  • Loading branch information
gabrieldemarmiesse authored and fchollet committed Oct 1, 2018
1 parent f8e80be commit ae6474d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ addopts=-v
# Do not run tests in the build folder
norecursedirs= build

# Running all tests should take less than 12 minutes.
# Otherwise, something went wrong.
timeout = 720

# PEP-8 The following are ignored:
# E501 line too long (82 > 79 characters)
# E402 module level import not at top of file - temporary measure to continue adding ros python packaged in sys.path
Expand Down

0 comments on commit ae6474d

Please sign in to comment.