Skip to content

Commit bab7625

Browse files
committed
make tests more resilient
1 parent 62fc70e commit bab7625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/centos-image/sshproxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ func TestLongStickyConnections(t *testing.T) {
458458
// remove old connections stored in etcd
459459
time.Sleep(4 * time.Second)
460460

461-
updateLineSSHProxyConf("etcd_keyttl", "3")
461+
updateLineSSHProxyConf("etcd_keyttl", "10")
462462
disableHost("server1")
463463
checkHostState(t, "server1", "disabled")
464464

0 commit comments

Comments
 (0)