buildbox-2.1.7.1: Rehackable components for writing buildbots and test harnesses.
BuildBox.Command.Sleep
Description
What do build 'bots dream about?
Synopsis
sleep :: Int -> Build () Source
Sleep for a given number of seconds.
msleep :: Int -> Build () Source
Sleep for a given number of milliseconds.