1
0
Fork 0

increasing timeout

pull/1613/head
Vallie Joseph 2024-01-09 18:45:26 +00:00
parent d63a8c4d3f
commit e19b629130
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ describe('download-artifact', () => {
fixtures.blobStorageUrl
)
expect(mockGetArtifactFailure).toHaveBeenCalledTimes(5)
}, 28000)
}, 38000)
it('should retry if blob storage response is non-200 and then succeed with a 200', async () => {
const downloadArtifactMock = github.getOctokit(fixtures.token).rest