We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e80be commit ae6474dCopy full SHA for ae6474d
pytest.ini
@@ -7,6 +7,10 @@ addopts=-v
7
# Do not run tests in the build folder
8
norecursedirs= build
9
10
+# Running all tests should take less than 12 minutes.
11
+# Otherwise, something went wrong.
12
+timeout = 720
13
+
14
# PEP-8 The following are ignored:
15
# E501 line too long (82 > 79 characters)
16
# E402 module level import not at top of file - temporary measure to continue adding ros python packaged in sys.path
0 commit comments