summaryrefslogtreecommitdiff
path: root/tests/tests.sh
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-11-27 11:14:49 +0100
committerTobias Brox <tobias@redpill-linpro.com>2021-11-27 11:14:49 +0100
commit64892380606729b022daeadd5d7b82b4795964a3 (patch)
tree307f4d28c242594c3cb0ee44013463cb04d80eff /tests/tests.sh
parentdf2a7eb7e91f07fb606545c0744487bdea304121 (diff)
downloadcalendar-cli-64892380606729b022daeadd5d7b82b4795964a3.zip
timezones are difficult in python - tried to get rid of pytz dependency, but ended up filing https://github.com/collective/icalendar/issues/333 https://github.com/collective/icalendar/issues/335 https://github.com/collective/icalendar/issues/336 instead
Diffstat (limited to 'tests/tests.sh')
-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
}