I am writing a test using Stateful Testing feature of hypothesis.
I am finding out that after a certain number of state changes, the testing restarts from the beginning.
How can I make it continue along existing path?
I have set max_examples=1
and stateful_step_count=999999
but that does not seem to help.