await sleep()

in stress-test/olaris-stress/setup/nuvolaris/sleep.js [26:29]


    await sleep(parseInt(timeout))
    return {
        "body": "waited "+timeout+" seconds (use SLEEP=<seconds>)"
    }