1
0
Fork 0

updating timeout for retries

pull/1613/head
Vallie Joseph 2023-12-21 15:10:01 +00:00
parent ff2c524611
commit f482643a6e
1 changed files with 1 additions and 1 deletions

View File

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