hamlet-io / executor-bash

Executor for hamlet based on bash
GNU General Public License v3.0
0 stars 4 forks source link

fix: sleep command formatting for compatability #306

Closed roleyfoley closed 2 years ago

roleyfoley commented 2 years ago

Intent of Change

Description

Motivation and Context

The sleep command in MacOS only supports providing a number and not the time type to sleep in ( i.e. it only supports seconds ) This also aligns the way we use sleep across the bash scripts

How Has This Been Tested?

Tested locally

Related Changes

Prerequisite PRs:

Dependent PRs:

Consumer Actions: