Skip to content

Commit

Permalink
Add units to delay
Browse files Browse the repository at this point in the history
* Force push to retry tests
  • Loading branch information
0x2b3bfa0 authored Sep 23, 2021
1 parent 0481165 commit 81051c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 81051c9

Please sign in to comment.