mirror of https://github.com/actions/toolkit
updating timeout for retries
parent
ff2c524611
commit
f482643a6e
|
@ -290,7 +290,7 @@ describe('download-artifact', () => {
|
||||||
expect(mockGetArtifactFailure).toHaveBeenCalledWith(
|
expect(mockGetArtifactFailure).toHaveBeenCalledWith(
|
||||||
fixtures.blobStorageUrl
|
fixtures.blobStorageUrl
|
||||||
)
|
)
|
||||||
})
|
}, 28000)
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('internal', () => {
|
describe('internal', () => {
|
||||||
|
|
Loading…
Reference in New Issue