add hack disclaimer

This commit is contained in:
Jorge Morante 2017-04-21 09:13:16 +02:00
parent 36f946b1c9
commit fcc0e5ba64
1 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,11 @@ function tmuxomatic__expect() {
fi
}
# TODO ideally specs shouldn't have any sleeps, but life is hard! Since
# circle-ci machine is kind of slow, sleeps need to be longer there.
#
# Ideally tmuxomatic__exec should now when a command has finished by using
# "tmux wait", or alert-silence hook, or some tmux sorcery like that.
function tmuxomatic__sleep() {
if [[ -z $CI ]]; then
sleep "$1"