Skip to content

Commit

Permalink
make tests more resilient
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilst committed Jan 26, 2024
1 parent 62fc70e commit bab7625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/centos-image/sshproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit bab7625

Please sign in to comment.