abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Implementation of Sleep Task #85

Closed CurroRodriguez closed 7 years ago

CurroRodriguez commented 7 years ago

Description

This change contains the implementation of a sleep task that allows to wait a specified time between other tasks or indefinitely if no duration stated. This task comes handy when other tasks launch a sub-process that might take a while to initialize, so some wait time can be set before keep executing the rest of the script.