Avoid loosing time with tests
20 seconds delay in retry calls when retrieving the created order-items took several time, resulting in 2 minutes of total in tests. Mocking the time package these delays are skipped and all tests pass in several seconds.
Before:
----------------------------------------------------------------------
Ran 84 tests in 11.341s
After:
----------------------------------------------------------------------
Ran 84 tests in 1.278s