mirror of https://github.com/actions/toolkit
increasing timeout
parent
d63a8c4d3f
commit
e19b629130
|
@ -330,7 +330,7 @@ describe('download-artifact', () => {
|
||||||
fixtures.blobStorageUrl
|
fixtures.blobStorageUrl
|
||||||
)
|
)
|
||||||
expect(mockGetArtifactFailure).toHaveBeenCalledTimes(5)
|
expect(mockGetArtifactFailure).toHaveBeenCalledTimes(5)
|
||||||
}, 28000)
|
}, 38000)
|
||||||
|
|
||||||
it('should retry if blob storage response is non-200 and then succeed with a 200', async () => {
|
it('should retry if blob storage response is non-200 and then succeed with a 200', async () => {
|
||||||
const downloadArtifactMock = github.getOctokit(fixtures.token).rest
|
const downloadArtifactMock = github.getOctokit(fixtures.token).rest
|
||||||
|
|
Loading…
Reference in New Issue