Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Sep 24, 2021
1 parent 1c80412 commit fb62c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ const shutdown = async (opts) => {
winston.info('runner status', { reason, status: 'terminated' });
}

winston.info(`waiting ${RUNNER_DESTROY_DELAY} seconds before exiting...`);
await sleep(RUNNER_DESTROY_DELAY);
winston.info(`waiting ${destroyDelay} seconds before exiting...`);
await sleep(destroyDelay);

if (cloud) {
await destroyTerraform();
Expand Down

1 comment on commit fb62c42

@0x2b3bfa0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.