fix a flaky proxy test

This commit is contained in:
Marten Seemann 2018-07-02 15:25:20 +07:00
parent 3f9212b5f7
commit ace7f609a3

View file

@ -191,7 +191,7 @@ var _ = Describe("QUIC Proxy", func() {
Eventually(getClientDict).Should(HaveLen(1))
var conn *connection
for _, conn = range getClientDict() {
Expect(atomic.LoadUint64(&conn.incomingPacketCounter)).To(Equal(uint64(1)))
Eventually(func() uint64 { return atomic.LoadUint64(&conn.incomingPacketCounter) }).Should(Equal(uint64(1)))
}
// send the second packet