Comparing version 3.6.0 to 3.6.1
{ | ||
"name": "pactum", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "REST API Testing Tool for all levels in a Test Pyramid", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -106,3 +106,3 @@ const phin = require('phin'); | ||
const scale = delay === 1000 ? 'second' : 'seconds'; | ||
log.debug(`Retrying request in ${delay / 1000} ${scale}`); | ||
log.info(`Request retry initiated, waiting ${delay / 1000} ${scale} for attempt ${i + 1} of ${count}`); | ||
await helper.sleep(delay); | ||
@@ -109,0 +109,0 @@ this.response = await getResponse(this); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169515