From: Tobias Brunner Date: Fri, 11 Jul 2025 09:45:37 +0000 (+0200) Subject: testing: Use alternative approach for retransmits in ikev1/dpd-restart scenario X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fstrongswan.git testing: Use alternative approach for retransmits in ikev1/dpd-restart scenario With a long delay, the retransmit might not get sent before further tests are evaluated on faster machines, while more retransmits should still allow the scenario to succeed on slower ones. --- diff --git a/testing/tests/ikev1/dpd-restart/hosts/carol/etc/strongswan.conf b/testing/tests/ikev1/dpd-restart/hosts/carol/etc/strongswan.conf index ddddb951c7..42e9025a08 100644 --- a/testing/tests/ikev1/dpd-restart/hosts/carol/etc/strongswan.conf +++ b/testing/tests/ikev1/dpd-restart/hosts/carol/etc/strongswan.conf @@ -2,5 +2,5 @@ charon { load = random nonce openssl pem pkcs1 curl revocation vici kernel-netlink socket-default - retransmit_timeout = 4.0 + retransmit_tries = 6 }