mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2026-04-04 00:03:15 +08:00
test
This commit is contained in:
@@ -35,7 +35,7 @@ export const sendRequestWithRetry = (config: AxiosRequestConfig) => {
|
||||
countRetry += 1
|
||||
core.info(`retry: ${countRetry}`)
|
||||
if (countRetry <= numberOfRetry) {
|
||||
await sleep(backoff * 1000)
|
||||
//await sleep(backoff * 1000)
|
||||
} else {
|
||||
exit = true
|
||||
core.setFailed(err)
|
||||
|
||||
Reference in New Issue
Block a user