Open AwaitFuture opened 3 years ago
It seems like theres some transient failures on some tests; running individual tests seems to fail locally, but running all tests together causes them to pass most of the time. I looked through for a bit to see if I could sus out what is persisting from some test that allows all the others to pass, but Im not really sure.
Thanks for the updates @AwaitFuture. I'll have to take a look at it locally
@rupurt I set the test blockchain in the runtime config to launch on start; somehow the poll interval for new heads gets set to nil if you do this sometimes. reverting that fixed it.
Problem:
Solution:
should solve most of #4
Open questions: