Skip to content

Commit

Permalink
setup.cfg: Increase pytest timeout from 35 to 120
Browse files Browse the repository at this point in the history
XMLBear is regularly timing out only on the Travis Windows job.
  • Loading branch information
jayvdb committed Aug 5, 2019
1 parent ca685b2 commit d00ae64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package_module: bears
docs_source_dir: API
docs_dir: docs
test_prevent_skips: false
test_timeout: 120
lint_command: false
appveyor_global_environment:
# Needed for Julia
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ reqsfilenamepatterns =

reqsignorevcs = True

timeout = 35
timeout = 120

[coverage:coverage_env_plugin]
markers = True
Expand Down

0 comments on commit d00ae64

Please sign in to comment.