summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.sh b/tests/tests.sh
index 2a3e784..5b6b1af 100755
--- a/tests/tests.sh
+++ b/tests/tests.sh
@@ -8,6 +8,8 @@ set -e
error() {
echo "$1"
+ echo "sleeping 3"
+ sleep 3
exit 255
}