Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Lower pytest timeout to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
syndicut committed Sep 27, 2023
1 parent 4811647 commit 704bf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ DJANGO_SETTINGS_MODULE = server.settings
# You should adjust this value to be as low as possible.
# Configuration:
# https://pypi.org/project/pytest-timeout/
timeout = 5
timeout = 2

# Strict `@xfail` by default:
xfail_strict = true
Expand Down

0 comments on commit 704bf24

Please sign in to comment.