The test suite takes over 10 minutes right now with parallelization, out of this the stamp creation spec takes almos all of the run time. With mocks we could reduce this radically, we can add an E2E spec which tests the happy case of the flow, but for unit tests we don't have to actually call a real node. Go through the whole suite and look for other similar cases, where we could spare some time.
The test suite takes over 10 minutes right now with parallelization, out of this the stamp creation spec takes almos all of the run time. With mocks we could reduce this radically, we can add an E2E spec which tests the happy case of the flow, but for unit tests we don't have to actually call a real node. Go through the whole suite and look for other similar cases, where we could spare some time.