adjust cli

Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
This commit is contained in:
Frank Jogeleit
2023-03-07 11:00:52 +01:00
parent a7bd4f21e5
commit e8dd067b83
3 changed files with 10 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ const request = async({ method, instanceConfig, data, files, file, actions, opti
const response = await retry(execRequest, {
actions,
retry: options.retry || 0,
sleep: options.retryWait // wait 3s after each retry
sleep: options.retryWait // wait time after each retry
})
if (!response) {