From 8713e3243567ec3199f634400968b59cb84501c1 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 21 Sep 2015 19:32:22 +0200 Subject: [PATCH] testing: Only send two retransmits after 1 second each to fail negative tests earlier --- testing/hosts/default/etc/strongswan.conf.testing | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/hosts/default/etc/strongswan.conf.testing b/testing/hosts/default/etc/strongswan.conf.testing index 0f1a133140..55efbe7d16 100644 --- a/testing/hosts/default/etc/strongswan.conf.testing +++ b/testing/hosts/default/etc/strongswan.conf.testing @@ -1 +1,7 @@ +charon { + retransmit_tries = 2 + retransmit_timeout = 1.0 + retransmit_base = 1 +} + include strongswan.conf \ No newline at end of file