Skip to content

Commit ae6474d

Browse files
gabrieldemarmiessefchollet
authored andcommitted
Added a global timeout for the test suite. (#11263)
* Added a global timeout. * Fixed a typo.
1 parent f8e80be commit ae6474d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ addopts=-v
77
# Do not run tests in the build folder
88
norecursedirs= build
99

10+
# Running all tests should take less than 12 minutes.
11+
# Otherwise, something went wrong.
12+
timeout = 720
13+
1014
# PEP-8 The following are ignored:
1115
# E501 line too long (82 > 79 characters)
1216
# E402 module level import not at top of file - temporary measure to continue adding ros python packaged in sys.path

0 commit comments

Comments
 (0)