From 81051c9ef1a7c2a2382f7e084006bc7925378a78 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Thu, 23 Sep 2021 14:40:25 +0200 Subject: [PATCH] Add units to delay * Force push to retry tests --- bin/cml/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cml/runner.js b/bin/cml/runner.js index 627e6c05e..1361ca8fb 100755 --- a/bin/cml/runner.js +++ b/bin/cml/runner.js @@ -99,7 +99,7 @@ const shutdown = async (opts) => { winston.info('runner status', { reason, status: 'terminated' }); } - winston.info(`waiting ${RUNNER_DESTROY_DELAY} before exiting...`); + winston.info(`waiting ${RUNNER_DESTROY_DELAY} seconds before exiting...`); await sleep(RUNNER_DESTROY_DELAY); if (cloud) {