Running all the tests takes 10-20 minutes, but it's not clear what's taking so much time to run. Ideally, these "slow" tests would be an extra option. Analyze the runtime and figure out where the time is going. One option is to instrument the `retrieve` method and look at those requests. This might be something to do with pagination.