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
+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