buildbox-1.5.1.1: Rehackable components for writing buildbots and test harnesses.

BuildBox.Command.Sleep

Description

What do build 'bots dream about?

Synopsis

Documentation

sleep :: Int -> Build ()Source

Sleep for a given number of seconds.

msleep :: Int -> Build ()Source

Sleep for a given number of milliseconds.