Skip to content

Commit

Permalink
Drop an accidental trailing space from conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 29, 2022
1 parent b910219 commit 85b8dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheroot/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def http_request_timeout():
"""Return a common HTTP request timeout for tests with queries."""
computed_timeout = 0.1

if IS_MACOS:
if IS_MACOS:
computed_timeout *= 2

if IS_WINDOWS:
Expand Down

0 comments on commit 85b8dc9

Please sign in to comment.