JamesHutchison / pytest-hot-reloading

A hot reloading pytest daemon, implemented as a plugin
MIT License
89 stars 2 forks source link

Add timeout functionality #3

Open JamesHutchison opened 1 year ago

JamesHutchison commented 1 year ago

The client should timeout if the server takes too long to respond. We'll probably want to kill the server if this happens as well