cognitedata/cognite-sdk-js

Replace sleepPromise (tests) with retryInSeconds

Closed this issue · 1 comments

Today we have a lot of sleepPromise statements in our test-suite which has a random number as a parameter. We should try to make this more clever by changing them with a retry logic using retryInSeconds or similar.