You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More generally anything above the 1 second mark is kind of suspect. Many of the network tests simply don't need that many runs too -- for instance test_many_sockets is 10x what it could be. (based on comments in the test case)
Locally each parametrize of this takes 2 seconds. Given there's 3 of them, that's more than 20% of the runtime of
pytest
locally!For reference:
The text was updated successfully, but these errors were encountered: