mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-04 03:02:55 +08:00
increasing timeout
This commit is contained in:
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…
x
Reference in New Issue
Block a user