Merge branch 'master' into lintMod
This commit is contained in:
@@ -76,6 +76,8 @@ function withRetries(count: number, fn: () => Promise<void>) {
|
||||
}
|
||||
|
||||
describe('UrlReaders', () => {
|
||||
jest.setTimeout(30_000);
|
||||
|
||||
it(
|
||||
'should read data from azure',
|
||||
withRetries(3, async () => {
|
||||
|
||||
Reference in New Issue
Block a user