Adjust tests

- Add Tor to the docker image
- Increase sleeping time in the mailsplit test
This commit is contained in:
Malte Meiboom
2026-08-12 11:38:27 +02:00
parent f9df6a5daa
commit add79d1796
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ RUN apt-get update -yqq && \
sq \
bind9-host \
inotify-tools \
mailutils
mailutils \
tor
RUN adduser --shell /bin/bash --disabled-password --gecos "" hockeypuck
+1 -1
View File
@@ -12,7 +12,7 @@ authenticate $KARL_FPR
create_unix_user laura
echo -e "To: karl@example.com, Laura <laura@example.com>\nSubject: Testmail\n\nTestmail." | sendmail -t
sleep 1
sleep 2
R=1
if [ $(expect_mail karl encrypted) == 0 ] ; then