#!/bin/bash

. test_helper.sh
TIMEOUT=30

if [ "$1" != "wait" ]
then
    run_test "{{name}}.acceptance" $TIMEOUT
else
    lein run
fi
