MCPcopy
hub / github.com/scality/cloudserver / wait

Function wait

tests/utapi/awsNodeSdk.js:24–26  ·  view source on GitHub ↗
(timeoutMs, cb)

Source from the content-addressed store, hash-verified

22let s3Client = null;
23
24function wait(timeoutMs, cb) {
25 setTimeout(cb, timeoutMs);
26}
27
28function createBucket(bucket, cb) {
29 s3Client.send(new CreateBucketCommand({ Bucket: bucket }))

Callers 1

awsNodeSdk.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected