backend-common: bump UrlReader integration test timeout

This commit is contained in:
Fredrik Adelöw
2021-02-02 13:33:31 +01:00
parent 503f16739a
commit be8fc669fb
@@ -69,6 +69,8 @@ function withRetries(count: number, fn: () => Promise<void>) {
}
describe('UrlReaders', () => {
jest.setTimeout(30_000);
it(
'should read data from azure',
withRetries(3, async () => {