* Initial plan
* Fix flaky TestConnectionCongestionControl by adding missing synctest.Wait()
Co-authored-by: marten-seemann <1478487+marten-seemann@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: marten-seemann <1478487+marten-seemann@users.noreply.github.com>
// test teardown
tc.connRunner.EXPECT().Remove(gomock.Any()).AnyTimes()
tc.conn.destroy(nil)
+
+ synctest.Wait()
+
select {
case err := <-errChan:
require.NoError(t, err)