Skip to content

Commit

Permalink
ci: Introduce pytest timeout
Browse files Browse the repository at this point in the history
CI gets handing tests for windows with no way to debug easily
  • Loading branch information
eddiebergman committed Nov 13, 2023
1 parent 4bf47fc commit dc7a59c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dev = [
"pytest",
"pytest-coverage",
"pytest-cases",
"pytest-timeout",
"distributed",
"openpyxl",
"pyarrow",
Expand Down Expand Up @@ -83,6 +84,7 @@ log_level = "DEBUG"
xfail_strict = true
addopts = "--durations=10 -vv"
markers = ["example: An example"]
timeout = 60 # Nothing should take longer than this...


[tool.coverage.run]
Expand Down

0 comments on commit dc7a59c

Please sign in to comment.