Comparing version 0.0.4 to 0.0.5
@@ -18,11 +18,12 @@ var LOG = require('log4js').getLogger('lib/steps/wait') | ||
sleepRnd *= rnd(); | ||
sleepRnd = Math.round( sleep * rnd() * 1000); | ||
log.info("[a#%s] - sleeping %ss", aid, sleep); | ||
log.info("[a#%s] - sleeping %ss, rnd: %ss", aid, sleep, sleepRnd / 1000 ); | ||
setTimeout( function() { | ||
log.debug("[a#%s] - woke up!", aid); | ||
done() | ||
}, sleepRnd * 1000 ); | ||
}, sleepRnd ); | ||
} | ||
function rnd() { return (Math.random() + Math.random() + Math.random()) / 1.5 } |
{ | ||
"name": "logiload", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
24393
15
1
30