Skip to content

Commit

Permalink
Increase pytest timeout
Browse files Browse the repository at this point in the history
The test_tutorial_dir seems to be able to run into a 30 second timeout
under normal operation on the macOS 14 runners, so this increases the
timeout a bit to accommodate.
  • Loading branch information
matrss committed Mar 21, 2024
1 parent c9625a9 commit 47d6eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ log_file = pytest.log
log_file_level = DEBUG
log_file_format = %(asctime)s %(levelname)s %(message)s
log_file_date_format = %Y-%m-%d %H:%M:%S
timeout = 30
timeout = 60
filterwarnings =
# These namespaces are declared in a way not conformant with PEP420. Not much we can do about that here, we should keep an eye on when this is fixed in our dependencies though.
ignore:Deprecated call to `pkg_resources.declare_namespace\('(xstatic|xstatic\.pkg|mpl_toolkits|mpl_toolkits\.basemap_data|sphinxcontrib|zope|fs|fs\.opener)'\)`\.:DeprecationWarning
Expand Down

0 comments on commit 47d6eb6

Please sign in to comment.