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
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)