updating timeout for retries

This commit is contained in:
Vallie Joseph 2023-12-21 15:10:01 +00:00
parent ff2c524611
commit f482643a6e

View File

@ -290,7 +290,7 @@ describe('download-artifact', () => {
expect(mockGetArtifactFailure).toHaveBeenCalledWith( expect(mockGetArtifactFailure).toHaveBeenCalledWith(
fixtures.blobStorageUrl fixtures.blobStorageUrl
) )
}) }, 28000)
}) })
describe('internal', () => { describe('internal', () => {