-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Add timeout to .gunittest.cfg file (#1318)
* tests: Add timeout to .gunittest.cfg file * tests: Increase timeout to 6 minutes per file
- Loading branch information
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[gunittest] | ||
|
||
# Files (or wildcard patterns) to exclude from testing separated by newline or | ||
# space. This would be ideally empty or it would include just special cases, | ||
# but it includes mainly tests which can (and should) be fixed. | ||
# exclude = | ||
|
||
# Maximum time for execution of one test file (not a test function) | ||
# after which test is terminated (which may not terminate child processes | ||
# from that test). | ||
# Using 6 minutes as maximum (average test time should be much shorter, | ||
# couple seconds per file, median should be around one second). | ||
timeout = 360 |