0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Wait longer between retries

This commit is contained in:
Marcus Bointon 2022-12-05 10:36:27 +01:00
parent 7418a75f7e
commit 5419bf1e4b
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -144,7 +144,7 @@ jobs:
with:
timeout_minutes: 2
max_attempts: 3
retry_wait_seconds: 5
retry_wait_seconds: 8
command: |
sudo apt-get install -y -qq postfix qmail
sudo service postfix stop