-
-
Notifications
You must be signed in to change notification settings - Fork 367
Open
Description
It looks like twisted uses a 2 minute timeout by default, and the API for overriding that is to set a .timeout
attribute on the test function.
I guess for #27 purposes we could stick with the 2 minute default ("it's traditional"), and then provide the usual pytest rigamorale for making the default overrideable (conf file, pytest.mark)