Merge pull request #4354 from backstage/freben/integration-timeout

backend-common: bump UrlReader integration test timeout
This commit is contained in:
Fredrik Adelöw
2021-02-03 21:23:05 +01:00
committed by GitHub
@@ -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 () => {