Hi @rjrudin,
Welcome to the Auth0 Community!
I understand that you’ve been encountering errors when trying to run your Python tests with Auth0.
There could be several reasons why this is happening, and determining why the Network frequently times out is slightly more complex, like whether if it’s the client application (python application), or the server (Auth0) that’s causing the issue, but also anything in-between. For now, I can confirm that the errors are thrown because your code had exceeded the timeout value. It might be worth trying to set the highest reasonable value for your timeout value and see if that helps.
Before we continue, I have some clarifying questions.
First, could you please clarify when you started observing the timeout errors happening?
Next, could you also please clarify the frequency and magnitude of tests you are performing? (i.e 3 run 1000 tests)
And what kind of tests are you performing? (i.e user create, and update)
Lastly, could you please clarify whether you have any custom scripts enabled like Rules/Hooks/Actions?
Thank you.