From bab7625d23ea7a4ff58275acb6b587b06b464cf1 Mon Sep 17 00:00:00 2001 From: Cyril Servant Date: Fri, 26 Jan 2024 14:41:57 +0100 Subject: [PATCH] make tests more resilient --- test/centos-image/sshproxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/centos-image/sshproxy_test.go b/test/centos-image/sshproxy_test.go index 07cac69..4c5f4fa 100644 --- a/test/centos-image/sshproxy_test.go +++ b/test/centos-image/sshproxy_test.go @@ -458,7 +458,7 @@ func TestLongStickyConnections(t *testing.T) { // remove old connections stored in etcd time.Sleep(4 * time.Second) - updateLineSSHProxyConf("etcd_keyttl", "3") + updateLineSSHProxyConf("etcd_keyttl", "10") disableHost("server1") checkHostState(t, "server1", "disabled")