]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
testing: Use alternative approach for retransmits in ikev1/dpd-restart scenario master
authorTobias Brunner <tobias@strongswan.org>
Fri, 11 Jul 2025 09:45:37 +0000 (11:45 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 11 Jul 2025 12:15:40 +0000 (14:15 +0200)
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

index ddddb951c71fdc1d0a0737e04f4d2599faa9e1c9..42e9025a08e17dd9ba95541c8edf67a5ee23ec97 100644 (file)
@@ -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
 }