Add a comment to tickle travis.

This commit is contained in:
Brendan Burns 2014-07-30 15:06:56 -07:00
parent 9519a8049b
commit 2cbe2c18d4

View File

@ -136,6 +136,7 @@ func TestProxyUpdateDelete(t *testing.T) {
conn.Close()
p.OnUpdate([]api.Service{})
// Wait for the port to close.
time.Sleep(2 * time.Second)
_, err = net.Dial("tcp", net.JoinHostPort("127.0.0.1", proxyPort))
if err == nil {