From 4c5455035230663dc552a0665cf86d25c81cad5f Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 11 Jul 2025 11:45:37 +0200 Subject: [PATCH] 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. --- testing/tests/ikev1/dpd-restart/hosts/carol/etc/strongswan.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.5